Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 8:28 AM Subject: Re: WebappClassLoader.getURLs Bug! >Shapira, Yoav wrote: >> Hi, >> >>>Un

Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Jess Holle
EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 12:40 PM To: Tomcat Developers List Subject: Re: WebappClassLoader.getURLs Bug! Remy Maucherat wrote: Jess Holle wrote: Agreed -- but that won't fix the issue. So can we fix it in 5.0.x or not? Possibly, but it's risky. So

RE: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Shapira, Yoav
Hi, And wait for a 5.1 release, which may not be long in the making. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Jess Holle [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 20, 2004 12:40 PM >To: Tomcat Developers List >Subject: Re: WebappClas

Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Jess Holle
Remy Maucherat wrote: Jess Holle wrote: Agreed -- but that won't fix the issue. So can we fix it in 5.0.x or not? Possibly, but it's risky. So you'd recommend that I just patch my own distribution, then? [Changing getURL() to convert to a URI first worked fine in 4.1.24...] -- Jess Holle --

Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Remy Maucherat
Jess Holle wrote: Agreed -- but that won't fix the issue. So can we fix it in 5.0.x or not? Possibly, but it's risky. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Jess Holle
Remy Maucherat wrote: Shapira, Yoav wrote: Hi, Unfortunately, now that I've moved to Tomcat 5, I discover that the bug is still quite present. There is now a nice getURI() method along with the previous getURL() method. Unfortunately, getURLs() does not use getURI( file ).toURL() or any such as i

Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Jess Holle
Shapira, Yoav wrote: Hi, Unfortunately, now that I've moved to Tomcat 5, I discover that the bug is still quite present. There is now a nice getURI() method along with the previous getURL() method. Unfortunately, getURLs() does not use getURI( file ).toURL() or any such as it would need to for

Re: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Remy Maucherat
Shapira, Yoav wrote: Hi, Unfortunately, now that I've moved to Tomcat 5, I discover that the bug is still quite present. There is now a nice getURI() method along with the previous getURL() method. Unfortunately, getURLs() does not use getURI( file ).toURL() or any such as it would need to for th

RE: WebappClassLoader.getURLs Bug!

2004-07-20 Thread Shapira, Yoav
Hi, >Unfortunately, now that I've moved to Tomcat 5, I discover that the bug >is still quite present. There is now a nice getURI() method along with >the previous getURL() method. Unfortunately, getURLs() does not use >getURI( file ).toURL() or any such as it would need to for the RMI >runtime'

WebappClassLoader.getURLs Bug!

2004-07-20 Thread Jess Holle
In Tomcat 4.1.x, I discovered that RMI calls from Tomcat failed when the any of the full file paths of the web app jars contained a space (' ') character. At the time, I was told this would be fixed in Tomcat 5 and to work around it in Tomcat 4.1.x, which I did. Unfortunately, now that I've mo