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

If jsp_precompile is evalutated to be false, the request will be processed by the 
target JSP

           Summary: If jsp_precompile is evalutated to be false, the request
                    will be processed by the target JSP
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


JavaServer Pages Specification 1.2, Section JSP.8.4.2:

The "jsp_precompile" parameter may have no value, or may
have the values "true" or "false".  In all cases, the 
request should not be delivered to the JSP page.

With Tomcat, if the jsp_precompile parameter is false, the 
request is delivered to the target JSP page.  This is a 
violation of the spec.

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

Reply via email to