https://issues.apache.org/bugzilla/show_bug.cgi?id=47834
--- Comment #10 from Guillaume Sauthier <[email protected]> 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 unpacked jar handling is broken, and I think I will provide a > patch > that is implemented differently. I had some times to re-think and debug the current behavior of TldConfig when dealing with unpacked jar directory during the classloader scan. I was thinking that url.openConnection() would throw an IOException when the URL refers to a File, but it works and returns a FileUrlConnection. So the execution can continue and it handles directory nicely. AFAICT, the current code seems to work well with unpacked directory. Thanks for your time Mark. -- 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: [email protected] For additional commands, e-mail: [email protected]
