]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: URLs that cannot be unescaped should be allowed 1777/head
authorBen Darnell <ben@bendarnell.com>
Fri, 22 Jul 2016 18:28:52 +0000 (14:28 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 22 Jul 2016 18:28:52 +0000 (14:28 -0400)
commitc971a7da2c5924286eb5f94aa8b3d23bffe3b154
treef38f85169faefcbc71b7f6cd261a0d9ae83c197e
parent79ef301eb05cac82c075198e502d94dad296f6aa
web: URLs that cannot be unescaped should be allowed

Fixes a regression in version 4.4

Fixes #1770
tornado/test/web_test.py
tornado/web.py