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 2003/12/09 10:11:01 UTC

DO NOT REPLY [Bug 25354] New: - Problem with servlet 2.3, filters servlet or jsp !

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

Problem with servlet 2.3, filters servlet or jsp !

           Summary: Problem with servlet 2.3, filters servlet or jsp !
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: danielqian@viatech.com.cn


I have written a filter to get original response and change the response 
contnents using tomcat4.1.24, it works for static content(html page), when I 
access a servlet or jsp page, i can't get the original response. if i change 
servlet doGet method, replace response.getOutputStream() with response.getWriter
(), i can get original response again.
I try other tomcat version, my program works below version 4.1.12, but error 
highter than 4.1.24.

maybe it is a bug?

if u need my source code, pls give me email, i send u.

thx!

danielqian

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org