JDK-7199219 : Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
Type:Bug
Component:core-libs
Sub-Component:java.net
Affected Version:8
Priority:P2
Status:Closed
Resolution:Fixed
OS:generic
CPU:sparc
Submitted:2012-09-18
Updated:2014-02-05
Resolved:2012-09-28
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
When retrieving a HttpClient from the KeepAlive cache we don't perform the necessary needsTunneling() checks meaning, in turn, that the tunnel state is not correctly set for the HttpURLConnection.