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 2002/10/11 16:20:25 UTC

DO NOT REPLY [Bug 13538] New: - Cannot set relative path in <%@include ... %>directive

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

Cannot set relative path in <%@include ... %>directive

           Summary: Cannot set relative path in <%@include ... %>directive
           Product: Tomcat 4
           Version: 4.1.2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: radekz@free.alpha.net.pl


I have two directories 
a
b
and in 'b' have file that include jsp file from 'a' directory
<%@ include file="../a/page_safeheader.jsp" %>
in this case Jasper create path /b/../c/header.jsp
but he cannot find header.jsp file and include it.
I found it in JBoss that integrate Tomcat 4.1.2

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>