You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/06 01:17:27 UTC

DO NOT REPLY [Bug 14282] New: - mod_jk/ajp13 returns wrong response after bad chunk-encoding request

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14282>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14282

mod_jk/ajp13 returns wrong response after bad chunk-encoding request

           Summary: mod_jk/ajp13 returns wrong response after bad chunk-
                    encoding request
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:JK/AJP (deprecated)
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: dchow@grandcentral.com


We currently are running Apache 1.3.26 which forwards requests to our tomcat
4.0.4 server using mod_jk/ajp13. After making the following request:

GET /index.jsp HTTP/1.1\x0d\x0aHost: host1.foo.c
om\x0d\x0aTransfer-Encoding: Chunked\x0d\x0a\x0d\x0aAAAAAAAA\x0d\x0a\x0d\x0a

which returns a 404, we begin to see an intermittent problem where valid request
results in the response of another request being returned instead of the correct
one. 

We have seen this problem in Tomcat 4.0.6 and 4.1.12.  I've looked in the apache
bug database and in the tomcat mailing list and seen similar issues, but most of
those were in tomcat 3 and we do not see the same behavior in tomcat 3.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>