> This patch fixes the encoding of IPv6 addresses in the URI provided to > ProxySelector. > > The original code percent-encoded the square brackets added around the IPv6 > addresses, producing URIs that could not be parsed correctly. > > The proposed code does not percent-encode the IPv6 addresses at all. > > Added a test to verify that different forms of addresses are processed > correctly. The test verifies the handling of IPv4 addresses, IPv6 without > scope, IPv6 with numeric scope, IPv6 with textual scope (only if present on > the machine running tests), hostnames and FQDNs > > Tier1-3 tests passed.
Daniel Jeliński has updated the pull request incrementally with one additional commit since the last revision: Remove redundant checks ------------- Changes: - all: https://git.openjdk.org/jdk/pull/16265/files - new: https://git.openjdk.org/jdk/pull/16265/files/0f8e4671..9e3cd23c Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=16265&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16265&range=00-01 Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/16265.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16265/head:pull/16265 PR: https://git.openjdk.org/jdk/pull/16265
