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/02/03 12:17:38 UTC

DO NOT REPLY [Bug 16694] New: - jsp:include fails if param=../../

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: tomcat-dev@jakarta.apache.org
        ReportedBy: michael@mosmann.de


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org