You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An aggregation of a message body that contains a CDATA section containing an xml declaration proceeds differently than in Camel2. An xml declaration must first be added to the body so that the aggregation component understands that it is an xml body.
On acceptance and on development there are identical testcases in the flow called aggregateXmlCdata (tenant Regression Tests). The test contains 3 routes:
Without xml declaration and without Content-Type text/xml
Without xml declaration but with Content-Type text/xml
With xml declaration
On acceptance, the 3 test cases have the same output.
On development, only test case 3 gives the expected output.
Hooghof
changed the title
[Aggregate][Split]XML declaration in CDATA part is removed by aggregation
[Aggregate]XML declaration in CDATA part is removed by aggregation
Dec 30, 2024
An aggregation of a message body that contains a CDATA section containing an xml declaration proceeds differently than in Camel2. An xml declaration must first be added to the body so that the aggregation component understands that it is an xml body.
On acceptance and on development there are identical testcases in the flow called aggregateXmlCdata (tenant Regression Tests). The test contains 3 routes:
On acceptance, the 3 test cases have the same output.
On development, only test case 3 gives the expected output.
https://dovetailworld.atlassian.net/browse/DOV-2173
The text was updated successfully, but these errors were encountered: