Changeset 2847

Show
Ignore:
Timestamp:
12/03/07 23:41:53 (7 months ago)
Author:
dalius
Message:

logout patch from gsf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • authopenidplugin/0.11/authopenid/authopenid.py

    r2846 r2847  
    346346        if req.authname == 'anonymous': 
    347347            # Not logged in 
    348             return 
     348            req.redirect(req.abs_href()) 
    349349 
    350350        # While deleting this cookie we also take the opportunity to delete 
     
    361361                custom_redirect = req.href(custom_redirect) 
    362362            req.redirect(custom_redirect) 
    363         req.redirect(self._get_trust_root(req)) 
     363        req.redirect(req.abs_href()) 
    364364 
    365365    def _expire_cookie(self, req):