Re: Tomcat 5.0.14 classloader bug

2003-11-30 Thread Ben Souther
Not sure but, don't classes need to be in a package in order to work from jar files? On Friday 28 November 2003 07:40 pm, you wrote: Hello, I think I've stumbled into a bug in the webapp classloader in Tomcat 5.0.14. Consider the following servlet, which I mapped to /* for testing

Tomcat 5.0.14 classloader bug

2003-11-28 Thread Geert Bevin
Hello, I think I've stumbled into a bug in the webapp classloader in Tomcat 5.0.14. Consider the following servlet, which I mapped to /* for testing convenience. import java.io.*; import java.net.URL; import javax.servlet.ServletException; import javax.servlet.http.*; public class Test extends

Re: Tomcat 5.0.14 classloader bug

2003-11-28 Thread Jacob Kjome
This will almost certainly get lost in the shuffle unless you post the bug to Apache's Bugzilla. Better get it in soon before they make the next release... http://issues.apache.org/bugzilla/ Jake At 01:40 AM 11/29/2003 +0100, you wrote: Hello, I think I've stumbled into a bug in the webapp