RFR: 8353440: Disable FTP fallback for non-local file URLs by default
Daniel Fuchs
dfuchs at openjdk.org
Wed Apr 23 15:53:47 UTC 2025
On Wed, 23 Apr 2025 12:32:51 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:
> The Proxy section curiusly seems to use **URI** everywhere, but I've changed to using **URL** for this new section. It's a bit weird now that RFC 8089 uses URI, but maybe it's too hard to be consistent **and** correct in this case?
This is because `ProxySelector` thankfully uses URI (as in java.net.URI) not URL. So it's actually consistent *and* correct :-)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24657#issuecomment-2824765584
More information about the net-dev
mailing list