RFR 8005068: HttpCookie does not correctly handle negative maxAge values

2016-08-19 Thread Svetlana Nikandrova
Hello, please review this fix. Javadoc for HttpCookie setMaxAge states that " A negative value means that cookie is not stored persistently" and "max age is unspecified", but hasExpired only checks for "-1" as possible negative value. Also changed max age for parsed cookies with "expires" dat

Re: RFR 8163561, add a test for Proxy Authentication in HTTP/2 Client API

2016-08-19 Thread Felix Yang
Hi Chris, thanks for the comments. Updated webrev: http://cr.openjdk.java.net/~xiaofeya/8163561/webrev.01/ Thanks, Felix On 2016/8/18 23:43, Chris Hegarty wrote: On 18 Aug 2016, at 10:26, Felix Yang wrote: Hi all, please review a new test, which tries to verify "Proxy-Authenticate"