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

Filters and JSP.3.2





------- Additional Comments From [EMAIL PROTECTED]  2002-08-27 12:59 -------
I'm not agree. I think it is bug in Jasper.

There is class (org.apache.jasper.compiler.JspParseEventListener) 
compiles jsp to servlet line 367:
<code>
        writer.println("response.setContentType("
                           + writer.quoteString(servletContentType)
                           + ");");
</code>
Quoted part of servlet code overrides filter's call.

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

Reply via email to