fixed (again) issue 1774:CAS client broken when using routes.py, thanks remco.boerma
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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="/"):
|
||||
|
||||
Reference in New Issue
Block a user