https://bz.apache.org/bugzilla/show_bug.cgi?id=58119
Bug ID: 58119 Summary: Compiled tags are not put in correct directory Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: regression Priority: P2 Component: Jasper Assignee: dev@tomcat.apache.org Reporter: jaredwiltsh...@gmail.com You will notice that when tags are compiled they are placed in the org\apache\jsp\tag directory with a prefix of web. They should instead be placed in org\apache\jsp\tag\web directory and not have a prefix. This is a regression which was introduced in revision 1297213. http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java?r1=1297213&r2=1297212&pathrev=1297213 The extra dot on the end of the string was omitted. This bug is was introduced in Jetty 7 so the fix should be applied there too. -- 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