-
Enhancement
-
Resolution: Fixed
-
P4
-
26
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8367661 | 25.0.2 | Hari Prasad Kummari | P4 | Resolved | Fixed | master |
`ProxyServer` used in tests `extends Thread`, which causes unintentional `Thread` method invocations as reported in JDK-8358048. Its encapsulation can be improved by not extending from `Thread`.
See the associated PR conversation: https://github.com/openjdk/jdk/pull/26473#issuecomment-3121002127
See the associated PR conversation: https://github.com/openjdk/jdk/pull/26473#issuecomment-3121002127
- backported by
-
JDK-8367661 HttpClient: Improve encapsulation of ProxyServer
-
- Resolved
-
- relates to
-
JDK-8358048 java/net/httpclient/HttpsTunnelAuthTest.java incorrectly calls Thread::stop
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/1173f8ee
-
Commit(master) openjdk/jdk/190e1130
-
Review(master) openjdk/jdk25u/188
-
Review(master) openjdk/jdk/26786
(1 links to)