]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make OAuth2Mixin work even when OAUTH_AUTHORIZE_URL doesn't end with "?"
authorBen Darnell <ben@bendarnell.com>
Sat, 28 May 2011 21:51:05 +0000 (14:51 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 28 May 2011 21:51:05 +0000 (14:51 -0700)
commit68a268f7dcf32387f1501bc65f13ba5d0030668d
treeec9b0cfabd13967f0695741dea27b9923422b733
parente36c9b462e5983ed07798a71d6cb9ba5564038dd
Make OAuth2Mixin work even when OAUTH_AUTHORIZE_URL doesn't end with "?"

Based on https://github.com/facebook/tornado/pull/269
tornado/auth.py
tornado/httputil.py
tornado/test/httputil_test.py [new file with mode: 0644]
tornado/test/runtests.py