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

FilterChain passes wrong request to servlet

           Summary: FilterChain passes wrong request to servlet
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If I cache a ServletRequest inside a Filter, then pass it down the chain in a 
subsequent ServletRequest, the cached request will not make it down the chain.  
The servlet will recieve the second ServletRequest instead of the cached one.

The reason I want to do this is to implement a "Please wait" function for long-
running ServletRequests.  

I have a simple test application that demonstrates the bug. Please email me and 
I can send you the war file and source code.

I have tried this on Weblogic 7.0 and it works fine on that platform.

Thanks for looking at this.

Stan Silvert
[EMAIL PROTECTED]

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

Reply via email to