]> Cypherpunks repositories - gostls13.git/commit
net/http: allow double-quotes only on cookie values, not cookie
authorNigel Tao <nigeltao@golang.org>
Thu, 25 Sep 2014 00:21:52 +0000 (10:21 +1000)
committerNigel Tao <nigeltao@golang.org>
Thu, 25 Sep 2014 00:21:52 +0000 (10:21 +1000)
commite59ad69a44df7f00c5afab3716374f80d1bb47c7
tree7c42ee6e8c767e24d4932511af1cf0990b4cd2ea
parent446524269ee152b8053d44117887bc3cc8d5ef9d
net/http: allow double-quotes only on cookie values, not cookie
attribute values, a la RFC 6265 section 4.1.1 "Syntax".

Fixes #7751.

LGTM=dr.volker.dobler
R=dr.volker.dobler
CC=bradfitz, golang-codereviews
https://golang.org/cl/148890043
src/net/http/cookie.go
src/net/http/cookie_test.go