Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
AxisServlet contains a call to setContentType after the response has been written which may cause the content type to be overwritten with "text/xml". Normally this does not seem to interfere with the response because it has already been written, but it has been shown to cause problems when responses are being cached. Suggest to only force content-type to "text/xml" if the response has not yet been written.
Attachments
Attachments
Issue Links
- is duplicated by
-
AXIS2-4786 hardcoded content type in AxisServlet response
- Resolved