Description of problem: DataIOEditor does not validate characters in datainput / dataoutput names Version-Release number of selected component (if applicable): bpms-6.3.0.CR2 Steps to Reproduce: 1. Create a new BP and add a User Activity 2. Edit the assignments property 3. Create a DataInput with name, e.g. "ab#$%def" Names with illegal characters should not be allowed. The old Assignments editor used the Javascript regular expression to validate names: /^[a-z0-9\-\.\_]*$/i
See also https://bugzilla.redhat.com/show_bug.cgi?id=1256400
Fixed by making the DataInput and DataOutput names be validated as they are typed. They are also validated when the user moves away from the TextBox - this ensures that copy-pasted values are validated. Names of DataInputs/Outputs can contain only a-z,A-Z,0-9,-_. This is the same set of characters used in the old DataInput / DataOutput dialog. 6.3.x https://github.com/droolsjbpm/jbpm-designer/commit/760a0246fc2beaf92d1ce30c21be90cb27995f4e master https://github.com/droolsjbpm/jbpm-designer/commit/ed3a6394e2d0d7c387b6fb130c273fcbb3d408be
Impossible to type white spaces or other special characters like #,@,%,$ as name for data assignment. Verified on 6.2.0.ER5