JDK-2217749 : Plugin CookieHandler ignores HttpOnly cookies
  • Type: Backport
  • Backport of: JDK-7077220
  • Component: deploy
  • Sub-Component: plugin
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2011-11-29
  • Updated: 2011-12-19
  • Resolved: 2011-12-19
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 7 JDK 8
7u4Fixed 8 b18Fixed
Comments
EVALUATION Fix has been back out due to regression 7117621.
09-12-2011

EVALUATION A new Microsoft API has provide support to HttpOnly cookie: InternetGetCookieEx() and add flag INTERNET_COOKIE_HTTPONLY, which is only available for IE8 and up. a separate bug 7116429 has been filed to take care of Firefox/Mozilla support for HttpOnly cookie.
29-11-2011