Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1267859

Summary: JBPM-4785 data mappper escapes special chars in CDATA in process XML
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jeremy Lindop <jlindop>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED DUPLICATE QA Contact: Kirill Gaevskii <kgaevski>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-01 08:56:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeremy Lindop 2015-10-01 08:54:01 UTC
Description of problem:
The data mapper is putting special characters (like urls) escaped in the process XML (but since they are in a CDATA section they shouldn't).

Example:

Put into a constant for an Input Assignment in the data mapper: http://api.zippopotam.us/us/{zip}

Stored in XML: http%3A%2F%2Fapi.zippopotam.us%2Fus%2F%7Bzip%7D

Version-Release number of selected component (if applicable):
6.3.0.Final Community

How reproducible:


Steps to Reproduce:
1. Create a BP with a User Task
2. Add a data input to the task
3. Assign the constant http://api.zippopotam.us/us/{zip} to the input
4. View the process BPMN2 - the URl is URLEncoded in a CDATA section

Comment 1 Jeremy Lindop 2015-10-01 08:56:14 UTC

*** This bug has been marked as a duplicate of bug 1267857 ***

Comment 2 JBoss JIRA Server 2015-10-01 14:41:41 UTC
Jeremy Lindop <jlindop> updated the status of jira JBPM-4785 to Coding In Progress

Comment 3 JBoss JIRA Server 2015-10-01 17:11:19 UTC
Jeremy Lindop <jlindop> updated the status of jira JBPM-4785 to Resolved