https://issues.apache.org/bugzilla/show_bug.cgi?id=55884
--- Comment #3 from Jeremy Boynes <[email protected]> --- The mixed use of URL encoding on the classpath looks suspicious: /C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%208.0/webapps/messaging1/WEB-INF/lib/javax.servlet.jsp.jstl-1.2.2.jar vs. /C:/Program Files/Apache Software Foundation/Tomcat 8.0/lib/servlet-api.jar The difference seems to be paths to libraries sourced from the webapp, which would include the jar containing the classes needed for JSTL. Can you reproduce this with the stock distribution (the SVG example http://localhost:8080/examples/jsp/jsp2/jspx/svgexample.html uses JSTL) when it is installed in a directory with spaces and uses the Ant compiler? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
