]> git.ipfire.org Git - thirdparty/tornado.git/commit
Unquote percent escapes in captured groups in the path component of the URI,
authorBen Darnell <bdarnell@beaker.local>
Fri, 9 Jul 2010 20:07:43 +0000 (13:07 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 9 Jul 2010 20:07:43 +0000 (13:07 -0700)
commit557da3db1c912039bda9d0e54717e4bd23af8c9c
tree0512fa3ca294bd93670450478022ab0fc117f931
parent455eb75b18afbe625c8a2fe97c1a9888ef09ed50
Unquote percent escapes in captured groups in the path component of the URI,
to be more consistent with our handling of query parameters.

This change is slightly backwards-incompatible:  applications that have
already added an unquote() call on arguments to RequestHandler.get/post
will need to remove them.

This change replaces an earlier (reverted) commit:
http://github.com/facebook/tornado/commit/7b80c2f4db226d6fa3a7f3dfa59277da1d642f91
tornado/web.py