-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8365952 | 25.0.2 | Hari Prasad Kummari | P3 | Resolved | Fixed | master |
The test java/net/httpclient/HttpsTunnelAuthTest.java calls proxy::stop when closing servers at the end of the test. The issue here is that ProxyServer doesn't define a `stop` method like other servers, but defines a `close` method.
However, because ProxyServer extends Thread, it does have an inherited deprecated `stop` method. But that's not what we want to call here.
The test diagnosability could also be improved by adding `trace` to the log categories.
However, because ProxyServer extends Thread, it does have an inherited deprecated `stop` method. But that's not what we want to call here.
The test diagnosability could also be improved by adding `trace` to the log categories.
- backported by
-
JDK-8365952 java/net/httpclient/HttpsTunnelAuthTest.java incorrectly calls Thread::stop
-
- Resolved
-
- relates to
-
JDK-8364263 HttpClient: Improve encapsulation of ProxyServer
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/1c0632e6
-
Commit(master) openjdk/jdk/d288ca28
-
Review(master) openjdk/jdk25u/111
-
Review(master) openjdk/jdk/26473
(1 links to)