remove hardcoded setting of content-type to text/xml from AxisServlet
---------------------------------------------------------------------

                 Key: AXIS2-4712
                 URL: https://issues.apache.org/jira/browse/AXIS2-4712
             Project: Axis2
          Issue Type: Bug
          Components: transports
            Reporter: Lori VanGulick


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to