[Bug 47834] TldConfig throws Exception when exploring unpacked jar

2017-01-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47834 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #11 from Mark Thomas 2009-09-15 16:33:10 BST --- Thanks for the additional testing. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #10 from Guillaume Sauthier 2009-09-15 08:30:09 PDT --- (In reply to comment #8) > > It isn't clear if you have found something that is broken or something that > > you > > would have implemented differently. > > I think the

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #9 from Guillaume Sauthier 2009-09-15 04:38:01 PDT --- Just a note to remember how we discovered the problem. That may help to find the right solution, as my first bug explanation was not right. It's with TC6.0.20. In JOnAS we

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #8 from Guillaume Sauthier 2009-09-15 01:45:31 PDT --- (In reply to comment #7) > Yes, the handling of the per spec requirements and the handling of extensions > should be kept separate. > > I tend to prefer clarity over effic

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #7 from Mark Thomas 2009-09-15 09:15:08 BST --- Yes, the handling of the per spec requirements and the handling of extensions should be kept separate. I tend to prefer clarity over efficiency for code that is only going to be r

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #6 from Guillaume Sauthier 2009-09-15 00:25:31 PDT --- Oh, I forgot to say something important: unpacked jar libraries are not part of the scanned ClassLoader. It seems that when Tomcat creates the WebAppClassLoader, it only lo

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #5 from Guillaume Sauthier 2009-09-15 00:23:17 PDT --- (In reply to comment #4) > Thanks for the testing. > > > In tldScanWebInfLib(), when you get the resource paths from WEB-INF/lib, my > > jar > > file is there, but the St

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #4 from Mark Thomas 2009-09-14 17:53:44 BST --- (In reply to comment #3) Thanks for the testing. > In tldScanWebInfLib(), when you get the resource paths from WEB-INF/lib, my > jar > file is there, but the String is of the for

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #3 from Guillaume Sauthier 2009-09-14 09:43:50 PDT --- Thanks for the review Mark. I cannot use the TC7 trunk from JOnAS (bound to TC 6.0.20 for now), so I gave it a try using a pure tomcat. I took a simple web app with a jar

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 --- Comment #2 from Mark Thomas 2009-09-14 13:41:53 BST --- The patch for trunk was http://svn.apache.org/viewvc?rev=814617&view=rev Let us know how you get on. If testing is successful, and once the preparatory TLD changes have been made,

DO NOT REPLY [Bug 47834] TldConfig throws Exception when exploring unpacked jar

2009-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47834 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Mark