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=40354>. 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=40354 Summary: jsp-examples webapp comes with old, broken standard.jar and/or jstl.jar Product: Tomcat 5 Version: 5.5.7 Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: Webapps:Examples AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I downloaded Tomcat 5.5.17 this morning and tried to run my app in it (we're currently using resin). Found I needed to put standard.jar and jstl.jar in common/lib. Searched for them and found that the jsp-examples webapp comes with them, so I copied these into common/lib. However, I immediately found that my jsps were broken due to all the c:url tags getting an extra / at the beginning of the url (the app is running in the root context). I searched the web and tried lots of variations but finally went and got the standard.jar and jstl.jar from my last project and the problem went away. I took a look at the file times on the two versions of the jars and the ones that came with tomcat are from 2003, whereas the ones I replaced them with are from 2004. I'm not sure exactly what the problem was here -- old bug in jstl or what -- but it seems like it would be simple enough to put the latest versions of those jars in the jsp-examples webapp and avoid problems for anyone else. -- 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]