Changeset 2462 for authrequiredplugin
- Timestamp:
- 07/13/07 00:37:59 (1 year ago)
- Files:
-
- authrequiredplugin/0.10/setup.py (modified) (1 diff)
- authrequiredplugin/0.10/tracauthrequired/authrequired.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
authrequiredplugin/0.10/setup.py
r2375 r2462 5 5 6 6 PACKAGE = 'TracAuthRequired' 7 VERSION = '0.3 '7 VERSION = '0.3.1' 8 8 9 9 setup( authrequiredplugin/0.10/tracauthrequired/authrequired.py
r2375 r2462 55 55 #req.redirect(req.href.login()) 56 56 # Testing new redirect syntax. Thanks to jfernandez@ist.psu.edu 57 req.redirect( self.env.href(req.href.login(), {'referer':req.abs_href(req.path_info)}))57 req.redirect(req.href.login(), {'referer':req.abs_href(req.path_info)}) 58 58 return [] # We don't really get here, but what the heck... 59 59
