Re: URLStreamHandler does not correcly parse filenames as URL

2004-07-01 Thread Mark Wielaard
On Mon, 2004-06-14 at 17:58, Guilhem Lavaux wrote: > Roman Kennke wrote: > > Original Submission: I found, that java.net.URLStreamHandler does not > > correctly > > parse filenames such as "mapping.xml" as URLs. Some applications do such > > things, > > like Castor (here I found the error). The pr

Re: URLStreamHandler does not correcly parse filenames as URL

2004-06-14 Thread Guilhem Lavaux
Roman Kennke wrote: Original Submission: I found, that java.net.URLStreamHandler does not correctly parse filenames such as "mapping.xml" as URLs. Some applications do such things, like Castor (here I found the error). The problem is, that URLStreamHandler.parseURL looks for "/" and does not check

URLStreamHandler does not correcly parse filenames as URL

2004-06-14 Thread Roman Kennke
Original Submission: I found, that java.net.URLStreamHandler does not correctly parse filenames such as "mapping.xml" as URLs. Some applications do such things, like Castor (here I found the error). The problem is, that URLStreamHandler.parseURL looks for "/" and does not check, if a "/" is found