PubSub's Item needs to escape its XML payload
Description
Environment
None
Activity
Show:
Fixed
Details
Details
Assignee

Reporter

Labels
Expected Effort
Minimal
Ignite Forum URL
Components
Fix versions
Affects versions
Priority
Created February 18, 2014 at 7:54 AM
Updated October 28, 2020 at 1:28 PM
Resolved March 1, 2014 at 5:16 PM
As discussed with Robin, Item provider needs to escape the payload with a "StringUtils.escapeForXML(parser.getText())"` combo int ItemProvider:104 (when eventType == TEXT). This can not be done anywhere else, e.g. in SimplePayload constructor.