summaryrefslogtreecommitdiff
path: root/tests/data/test1155
Commit message (Collapse)AuthorAgeFilesLines
* cookie tests: treat files as textMarcel Raad2018-08-231-1/+1
| | | | Fixes test failures because of wrong line endings on Windows.
* cookies: do not take cookie name as a parameterPatrick Monnerat2018-05-131-0/+54
RFC 6265 section 4.2.1 does not set restrictions on cookie names. This is a follow-up to commit 7f7fcd0. Also explicitly check proper syntax of cookie name/value pair. New test 1155 checks that cookie names are not reserved words. Reported-By: anshnd at github Fixes #2564 Closes #2566