fixed (again) issue 1774:CAS client broken when using routes.py, thanks remco.boerma

This commit is contained in:
mdipierro
2013-11-18 15:37:52 -06:00
parent 8696a01eda
commit 8de6bff2fb
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.7.4-stable+timestamp.2013.11.17.13.35.32
Version 2.7.4-stable+timestamp.2013.11.18.15.36.55
+3 -1
View File
@@ -56,8 +56,10 @@ class CasAuth(object):
self.maps = maps
self.casversion = casversion
self.casusername = casusername
# vars commented because of
# https://code.google.com/p/web2py/issues/detail?id=1774
self.cas_my_url = URL(args=current.request.args,
vars=current.request.vars,
#vars=current.request.vars,
scheme=True)
def login_url(self, next="/"):