-
Bug
-
Resolution: Unresolved
-
P4
-
26
Some HTTP Client tests may fail if the host running the test unexpectedly happens to have a proxy configured. To address this, we can walk through all usages of `HttpClient.newBuilder()` in `test/jdk/java/net/httpclient` and add `proxy(NO_PROXY)`, unless there is a proxy configuration already present.
- relates to
-
JDK-8359337 XML/JAXP tests that make network connections should ensure that no proxy is selected
-
- Open
-
-
JDK-8358617 java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails with 403 due to system proxies
-
- Resolved
-