diff --git a/VERSION b/VERSION index 18442620..03ff53f4 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/contrib/login_methods/cas_auth.py b/gluon/contrib/login_methods/cas_auth.py index 12e59972..3a030a89 100644 --- a/gluon/contrib/login_methods/cas_auth.py +++ b/gluon/contrib/login_methods/cas_auth.py @@ -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="/"):