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/14 10:09:39 UTC

DO NOT REPLY [Bug 13538] - 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

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From remm@apache.org  2002-10-14 08:09 -------
I cannot reproduce this. Please attach a test case. Based on the include
example, this works with the current CVS code (no relevant fixes appear to have
been made, but I could be wrong):

<p>In place evaluation of another JSP which gives you the current time:

<%@ include file="../a/foo.jsp" %>

<p> <jsp:include page="/a/foo.html" flush="true"/> by including the output of
another JSP:

<jsp:include page="../a/foo.jsp" flush="true"/>

(this is in folder "/b" in the context, and a folder "/a" with foo.jsp exists)

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