-
Bug
-
Resolution: Done
-
Major
-
7.13.0.GA
-
False
-
None
-
False
-
-
-
-
-
-
CR1
-
+
-
https://github.com/kiegroup/jbpm/pull/2219, https://github.com/kiegroup/jbpm/pull/2226, https://github.com/kiegroup/jbpm/pull/2227, https://github.com/kiegroup/droolsjbpm-integration/pull/2867, https://github.com/kiegroup/droolsjbpm-integration/pull/2876, https://github.com/kiegroup/droolsjbpm-integration/pull/2877
-
---
-
---
-
2022 Week 44-46 (from Oct 31), 2022 Week 47-49 (from Nov 21)
CXF is escaping "<" chars into SOAP headers for the webservice workitem. A hack is needed to override this default behavior with an interceptor for configured elements.
New workitem param "RawElements" (comma-separated list string) will contain the elements that need to be skipped and added as they are (raw data without any escape char).
Ex: params.put("rawElements", "ContexteSession,endCity");
Where rawElements maps to "RawElements" inside WorkItemHandler.
Therefore, there should be a property "RawElements" with a string comma-separated list containing those xml elements to be skipped and added as they are (raw data).
- is cloned by
-
JBPM-10118 Wrap into CDATA to avoid escape chars in SOAP headers
- Resolved