in gluon.tools, under Auth.__init__ i found the following piece of
code:
if not request.vars._next:
request.vars._next = request.env.http_referer or ''
if next == DEFAULT:
next = request.vars._next or self.settings.login_next
next will thus allways be request.vars._next (when initially DEFAULT)
due to the 2 lines above it.
Should they be switched, or ..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---