]> gitweb.factorcode.org Git - factor.git/commit
http.parsers: Allow a lot more characters in the cookie key.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 27 Dec 2020 02:17:11 +0000 (20:17 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 27 Dec 2020 02:44:30 +0000 (20:44 -0600)
commita51300ddcd79d8547551b498992c507b4741e214
treefbdcb3f3a2c1b09b14672f352aad2f7b6f480ced
parent31632386c926eb84647b6400bd3b0788c5c7afb0
http.parsers: Allow a lot more characters in the cookie key.

The spec says one thing, but in practice we just disallow ; , and whitespace.

Add more unit tests.
basis/http/parsers/parsers-tests.factor
basis/http/parsers/parsers.factor