DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39102>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39102 Summary: include directive bug - file not found Product: Tomcat 5 Version: 5.5.16 Platform: PC OS/Version: Linux Status: NEW Severity: critical Priority: P3 Component: Jasper AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Hi! After migration from tomcat 5.5.12 to version 5.5.16 I've found bug with include directive. In tomcat/webapps/app/gfx/default/style.jsp I have: <%@ page contentType="text/css; charset=UTF-8" pageEncoding="UTF-8"%> <%@ include file="/WEB-INF/jsp/includes/taglibs.jsp" %> [...] But when I want to access this file I receive exception: org.apache.jasper.JasperException: /default/style.jsp(2,0) File "/WEB-INF/jsp/includes/taglibs.jsp" not found at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86) at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339) at org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:372) at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484) at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552) at org.apache.jasper.compiler.Parser.parse(Parser.java:126) [...] Of course file /WEB-INF/jsp/includes/taglibs.jsp exist. This problem is only on Linux platform, on Windows XP it works fine. The same application works fine with Tomcat version 5.5.12. I use JDK5 both on windows and linux (debian, kernel 2.6.16 with smp). Thanks for help, Artur -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]