Changeset 2847
- Timestamp:
- 12/03/07 23:41:53 (7 months ago)
- Files:
-
- authopenidplugin/0.11/authopenid/authopenid.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
authopenidplugin/0.11/authopenid/authopenid.py
r2846 r2847 346 346 if req.authname == 'anonymous': 347 347 # Not logged in 348 re turn348 req.redirect(req.abs_href()) 349 349 350 350 # While deleting this cookie we also take the opportunity to delete … … 361 361 custom_redirect = req.href(custom_redirect) 362 362 req.redirect(custom_redirect) 363 req.redirect( self._get_trust_root(req))363 req.redirect(req.abs_href()) 364 364 365 365 def _expire_cookie(self, req):
