]> git.ipfire.org Git - thirdparty/tornado.git/commit
Parse percent escapes in the path component of the uri, to be more
authorBen Darnell <bdarnell@beaker.local>
Fri, 9 Jul 2010 01:27:43 +0000 (18:27 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 9 Jul 2010 01:27:43 +0000 (18:27 -0700)
commit7b80c2f4db226d6fa3a7f3dfa59277da1d642f91
tree3397129be6f481d29aa3a7040df9a8ba0d047faf
parenta7dc5bc4b463c90c41355c9d8d54e82fd39cee5f
Parse percent escapes in the path component of the uri, to be more
consistent with our handling of query parameters (especially important
when capturing groups are used in the URLSpec regex).

This change is slightly backwards-incompatible:  applications that have
already added an unquote() call on arguments to RequestHandler.get/post
or use percent escapes in URLSpec patterns will need to remove them.
tornado/httpserver.py