开发者

httponly cookie support in Apache HttpClient

开发者 https://www.devze.com 2023-01-01 06:06 出处:网络
Can anyone confirm if the latest release of Apache httpClient 4.0.1 or 4.1 alpha2supports httpOnly cookie. (Did not find anything in the release notes but the source code validation for cookies does n

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?)

Sinc开发者_开发技巧e the previous versions raise an exception on trying to parse HttpOnly stating that no value was found.


There's no JIRA on it at http://issues.apache.org/jira/browse/HTTPCLIENT

May be not implemented since it's not in an RFC yet

0

精彩评论

暂无评论...
验证码 换一张
取 消