On Wed, 23 Apr 2025 12:32:51 GMT, Eirik Bjørsnøs <eir...@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