All,
There is a couple of bugs in WebappClassLoader. 1. On line 953 there is a call to findClassInternal which could throw a ClassNotFoundException that gets caught on line 979. This means that lines 963 through 973 will never get executed. i.e. Repositories added with the method AddRepository will not get searched. 2. Also URL's returned from getURL are not encoded.
I have submitted a patch for these two problems, but I have not got tomcat 4 to compile yet so haven't tested the patch.
Comments or flames welcome. :)
Dave [EMAIL PROTECTED] |
WebappClassLoader.diff
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>