httponly cookie support in Apache HttpClient

Posted by techzen on Stack Overflow See other posts from Stack Overflow or by techzen
Published on 2010-05-26T08:45:17Z Indexed on 2010/05/26 8:51 UTC
Read the original article Hit count: 344

Filed under:
|

Can anyone confirm if the latest release of Apache httpClient 4.0.1 or 4.1 alpha2 supports httpOnly cookie. (Did not find anything in the release notes but the source code validation for cookies does not raise exception when value is not existing?)

Since the previous versions raise an exception on trying to parse HttpOnly stating that no value was found.

© Stack Overflow or respective owner

Related posts about java

Related posts about commons-httpclient