netty5/codec-http/src
Stephane Landelle d747438366 Add ! to allowed cookie value chars
Motivation:

! is missing from allowed cookie value chars, as per https://tools.ietf.org/html/rfc6265#section-4.1.1.
Issue was originally reported on Play!, see https://github.com/playframework/playframework/issues/4460#issuecomment-198177302.

Modifications:

Stick to RFC6265 ranges.

Result:

RFC6265 compliance, ! is supported
2016-03-18 16:58:54 +01:00
..
main/java/io/netty/handler/codec Add ! to allowed cookie value chars 2016-03-18 16:58:54 +01:00
test Add ! to allowed cookie value chars 2016-03-18 16:58:54 +01:00