Re: RFD: FTP fallback of the 'file:' URL scheme

2025-03-30 Thread Alan Bateman
On 29/03/2025 16:48, Eirik Bjørsnøs wrote: Hi, The long-standing FTP fallback feature supported by the 'file:' URL scheme handler seems dubious to me I recall digging into this a long time ago and concluded that it's was an interpretation of RFC 1738 section 3.10. I can't imagine anything r

Withdrawn: 8258246: sun.net.www.ParseUtil.decode throws java.lang.IllegalArgumentException: Error decoding percent encoded characters

2025-03-30 Thread duke
On Fri, 31 Jan 2025 09:47:35 GMT, Fabian Meumertzheim wrote: > `URLClassPath` called into `ParseUtil.fileToEncodedURL`, which misencoded > characters with a four byte UTF-8 representation. Replacing that function > with `toPath().toUri().toURL()` (and removing it, since its only used once) > r