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
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