JDK-8000323 : Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
  • Type: Backport
  • Backport of: JDK-7199219
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-10-02
  • Updated: 2012-11-01
  • Resolved: 2012-10-09
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.

To download the current JDK release, click here.
JDK 6 JDK 8
6u38 b03Fixed 8Fixed
Description
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.