RFR: 8359364: java/net/URL/EarlyOrDelayedParsing test fails intermittently [v2]

Daniel Fuchs dfuchs at openjdk.org
Thu Jun 12 18:52:12 UTC 2025


> Like [java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java](https://git.openjdk.org/jdk/pull/25692), the test java/net/URL/EarlyOrDelayedParsing doesn't expect proxies, and may fail if a proxy is selected.
> 
> The test sets system properties and runs in otrhervm. The fix is to set up a default ProxySelector that will always return NO_PROXY.

Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:

  Copyright update

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/25783/files
  - new: https://git.openjdk.org/jdk/pull/25783/files/2bb86456..30b6b0d7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25783&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25783&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/25783.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25783/head:pull/25783

PR: https://git.openjdk.org/jdk/pull/25783


More information about the net-dev mailing list