Ticket #1522 (closed defect: fixed)
Login raises exception on IIS
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When trying to login to Trac (latest version from trunk) you get:
Oops...
Trac detected an internal error:
'NoneType' object has no attribute 'strip'
Python traceback
Traceback (most recent call last):
File "C:\Program Files\Python23\Lib\site-packages\trac\web\cgi_frontend.py", line 103, in run
dispatch_request(os.getenv('PATH_INFO').replace(os.getenv('SCRIPT_NAME'),""), req, env)
File "C:\Program Files\Python23\Lib\site-packages\trac\web\main.py", line 311, in dispatch_request
dispatcher.dispatch(req)
File "C:\Program Files\Python23\Lib\site-packages\trac\web\main.py", line 190, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Program Files\Python23\Lib\site-packages\trac\Browser.py", line 284, in process_request
normpath = repos.normalize_path(path)
File "C:\Program Files\Python23\Lib\site-packages\trac\versioncontrol\cache.py", line 110, in normalize_path
return self.repos.normalize_path(path)
File "C:\Program Files\Python23\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 177, in normalize_path
return path == '/' and path or path.strip('/')
AttributeError: 'NoneType' object has no attribute 'strip'
What's wrong? I set up Trac on IIS5 according to the HOWTOs...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


