AsyncHttpClient does not handle Set-Cookie directive with an empty value
------------------------------------------------------------------------
Key: GERONIMO-3888
URL: https://issues.apache.org/jira/browse/GERONIMO-3888
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: AsyncHttpClient
Reporter: Alex Antonov
Attachments: empty_cookie_value.patch
The current version does not handle properly a case where a Set-Cookie header
has an empty value for a name. i.e
Set-Cookie=token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT
According to the rfc-2109 for the Set-Cookie header, the value is an optional
property and could be blank.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.