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

jsp:include fails if param=../../

           Summary: jsp:include fails if param=../../
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


jsp:include fails if you has one Parameter with ../../

expl:
<jsp:include page="/level/test/debug.jsp?Param=../.."> works: Param=../..
<jsp:include page="/level/test/debug.jsp?Param=../../"> fails!
<jsp:include page="/level/test/debug.jsp?Param=../.../../.."> works: BUT 
Param=../..

you can fix this if you replace / with %2F

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

Reply via email to