]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use request.uri instead of request.path as default redirect for auth.py.
authorBen Darnell <ben@bendarnell.com>
Mon, 29 Nov 2010 23:01:16 +0000 (15:01 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 29 Nov 2010 23:01:16 +0000 (15:01 -0800)
commit96ecb6603a10bdcf30bb238d3462ec9da0560c89
tree945d2dbdc1cd323e6c7ca5b4d80f0b75daa0ec4a
parent6151498dba7d55d602cbf0360df8f29b712c33a1
Use request.uri instead of request.path as default redirect for auth.py.

This allows the next parameter (added by @authenticated) to be preserved.

Closes #161.
tornado/auth.py