Bug 1267859 - JBPM-4785 data mappper escapes special chars in CDATA in process XML
Summary: JBPM-4785 data mappper escapes special chars in CDATA in process XML
Keywords:
Status: CLOSED DUPLICATE of bug 1267857
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Designer
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tihomir Surdilovic
QA Contact: Kirill Gaevskii
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-01 08:54 UTC by Jeremy Lindop
Modified: 2015-10-01 17:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-01 08:56:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBPM-4785 0 Major Resolved data mappper escapes special chars in process XML 2016-06-30 10:49:01 UTC

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


Note You need to log in before you can comment on or make changes to this bug.