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=8285>. 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=8285 PageContextImpl breaks spec; include() explicitly sets autoflush==true Summary: PageContextImpl breaks spec; include() explicitly sets autoflush==true Product: Tomcat 4 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Jasper 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The implementation of PageContextImpl.include, which is used by the jsp directive 'include', completely breaks the spec. According to the specification (section 4.4), the default of the 'autoflush' attribute should be 'false'. Not only is the default set to 'true', but it's hard-coded in.. there's no way to switch it. This is also the case for the jasper codebase in Tomcat. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>