https://bz.apache.org/bugzilla/show_bug.cgi?id=58340
Bug ID: 58340 Summary: No error shown when some tag file in jar has compile error Product: Tomcat 7 Version: trunk Hardware: Macintosh OS: Mac OS X 10.1 Status: NEW Severity: minor Priority: P2 Component: Jasper Assignee: dev@tomcat.apache.org Reporter: jian...@foxmail.com Created attachment 33075 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33075&action=edit patch to fix the problem Problem: 1. if some error in a jsp tag file in a jar 2. Server won't print out the tag compile error in neither console or returned response. Fix: included patch can be applied to Tomcat 7. only modified "getResourceAsStream(String res)" to use "URL getResource(String res) throws MalformedURLException" in order to change as little as possible. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org