Hello net-dev. I was wondering if somebody could review the
proposed fix for the following bug:
Bug URL: http://monaco.sfbay.sun.com/detail.jsf?cr=7078386
Webrev : http://cr.openjdk.java.net/~michaelm/7078386/webrev.1/
The bug is caused by an incorrect
CR 7095980: Ensure HttpURLConnection (and supporting APIs) don't expose
HttpOnly cookies
The changes use the internal/private java.net.HttpCookie parsing
implementation to filter out HttpOnly cookies from the Set-Cookie and
Set-Cookie2 headers returned in the HTTP protocol handler. With this
cha