Changeset 745

Show
Ignore:
Timestamp:
05/04/06 22:21:29 (3 years ago)
Author:
coderanger
Message:

AuthFormPlugin:

Trying to fix #346.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • authformplugin/0.9/authform/web_ui.py

    r360 r745  
    165165                req.outcookie['trac_auth'] = cookie 
    166166                req.outcookie['trac_auth']['path'] = self.env.href() 
    167                 req.redirect(req.args.get('ref')
     167                req.redirect(req.args.get('ref') or self.env.abs_href()
    168168        else: 
    169169                # No authentication information passed, display a form