https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
Summary: TldConfig throws Exception when exploring unpacked jar Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: guillaume.sauth...@objectweb.org Created an attachment (id=24255) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24255) Patch for TldConfig.java (Toncat-6.0.x trunk) Currently TldConfig expects all *.jar files to be real files, so in the case of a completely unpacked webapp (webapp itself + libraries in WEB-INF/lib) it's throwing Exception. The attached patch correct this behavior by adding a new method that knows how to handle the "jar as directory" case. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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