-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
fuse-7.13-GA
-
None
-
False
-
-
False
-
-
Todo
-
-
-
Very Likely
In Fuse 6, it is possible to use Content-Type: text/xml;
It does not work in Fuse 7. Fuse 7 accepts only text/xml (without semicolon).Example file is attached replicate.txt
Error is this:
Stack Trace for CXFOUT java.lang.IllegalArgumentException: failed to parse:text/xml;
Evidently, Fuse 7 cannot parse the semicolon in text/xml;
If I look at Apache CXF, it should be without semicolon:
- "Content-Type" : default is "text/xml"
Also, in point 5.1 here: https://www.rfc-editor.org/rfc/rfc2387
So it seems the specification is without semicolon, and Fuse 6 did not follow it strictly?