This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: URLClassLoader change


Hi,

On Mon, 2002-12-30 at 03:10, Anthony Green wrote:
> I haven't tried this patch yet... but will it solve the following
> problem?
> [...]
> With the 3.3, I get:
> 
> file:/home/BadURL.java
> 
> Which is definitely bad.  It looks like "green" is being stripped out in
> URLStreamHandler.parseURL.

Yes, the patch will fix that and give file:./BadURL.java.
It was caused by a bug in getCanonicalFileURL().
(See also: http://gcc.gnu.org/ml/java-patches/2002-q4/msg00489.html)

Cheers,

Mark



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]