Carsten Ziegeler <[EMAIL PROTECTED]> writes: > Do I understand this right that we could check if "file:" is followed by > just one slash and then add the second one?
For this particular problem yes. But one of the comments cited by Jorg said JDK 1.3 implementation is just too broken. I don't know if you want to use runtime Java version checks, so that you can use File.toURI().toAsciiString() as recommended for Java 1.4+. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
