> Every so often a response to a POST request to Tomcat either 
> fails to include the Content-Length header or mangles it so 
> it doesn't read "Content-Length".

FYI, this is still happening.  Here is what the request headers look
like:

        POST /Phantom/servlet HTTP/1.1
        User-Agent: PhantomClient
        Host: 216.234.50.130:8080
        Content-Length: 60
        Cookie: JSESSIONID=7DC08E2E8C001438E6510500EDC06D07

Here is what the response headers look like:

        HTTP/1.1 200 OK
        Content-Type: application/octet-stream
        Content-Lengtd><b
        Date: Tue, 25 Feb 2003 17:28:49 GMT
        Server: Apache Coyote/1.0

Notice that the Content-Length header is mangled.

Any ideas as to why this is happening?

ian.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to