Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
When using MTOM, the Content-Type header in the result message is not valid. Example:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
SOAPAction: ""
Content-Type: multipart/related; type="application/xop+xml"; boundary="----=_Part_0_2147172487.1185331898894"; start="<root.message@cxf.apache.org>"; start-info="text/xml;charset=UTF-8
Content-Length: 7015
Date: Wed, 25 Jul 2007 02:51:38 GMT
Note that the "start-info" section does not have a closing double quote. Thus, header parsers may choke on it.