This is the mail archive of the java@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: Regression in GCJ 3.3 in parsing property files


>>>>> "Ranjit" == Ranjit Mathew <rmathew4lists@hotmail.com> writes:

Ranjit> The VMClassLoader has only "file:.\" as the base URL for 
Ranjit> searching the file "build.properties". 

Where does this string come from?

Is it really valid for a file: URL to use `\' as the separator?
My suspicion is that this sort of URL should always use `/'.

Note that one known bug in this area is that File.toURL doesn't
convert the path separator.  I think it should.

Or, I could be mistaken about all this and we would have to fix the
URL parsing code.  Can you find out?

Tom


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