https://issues.apache.org/bugzilla/show_bug.cgi?id=46405

           Summary: content-type appears twice in response header
           Product: Tomcat 4
           Version: 4.1.34
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: klaus.kroe...@atosorigin.com


In a response-header of the Tomcat server, the "Content-Type" appears twice:

SOAP SEND: POST <removed> HTTP/1.1
Host: <removed>:43442
User-Agent: gSOAP/2.7
Content-Type: text/xml; charset=utf-8
Content-Length: 2195
Connection: keep-alive
SOAPAction: ""


…. SOAP-Request


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Date: Wed, 12 Nov 2008 15:13:00 GMT
Content-Type: UTF-8
Server: Apache Tomcat/4.1.34 (HTTP/1.1 Connector)
Transfer-Encoding: chunked

… SOAP-Response

No header-related configurations have been made in either server.xml, or
web.xml.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to