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/08/01 15:09:10 UTC

DO NOT REPLY [Bug 11366] New: - Handling of Wrapped Responses

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=11366>.
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=11366

Handling of Wrapped Responses

           Summary: Handling of Wrapped Responses
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bob.news@gmx.net


When forwarding a request to a resource that sets status 
HttpServletResponse.SC_NOT_FOUND the server treats wrapped responses 
differently from unwrapped responses: For an unwrapped response 404 is 
correctly signalled to the web browser, while with a wrapped response the 
browser waits indefinitely (IE 5.5) or signals an empty response (Netscape 
4.6).  wget on the other hand does seem to recognize the 404 in both cases 
correctly.

I'll include an example app.  If you install it and click on links 1. and 2. 
you'll see 404. When clicking on link 3. you'll see the phenomenon described 
above.

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