RFR 7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies

2011-12-15 Thread Chris Hegarty
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

Review for fix to Bug 7078386

2011-12-15 Thread Brandon Passanisi
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