Skip to content

Handle double quoted cookie values #283

Closed
@slandelle

Description

@slandelle

Cookie values can be escaped with double quotes, see http://tools.ietf.org/html/rfc6265#section-4.1.1

AHC doesn't handle them properly, resulting in quotes being re-escaped when re-passing them to Netty.
Note that Netty's CookieDecoder properly handles such format (but doesn't handle non-RFC date formats).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions