Edgewall Software

Changes between Initial Version and Version 2 of Ticket #3059


Ignore:
Timestamp:
May 16, 2006, 4:46:40 PM (18 years ago)
Author:
Christian Boos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3059

    • Property Priority lownormal
  • Ticket #3059 – Description

    initial v2  
    11After upgrading Trac from one of the 0.9 betas to the current trunk (checked out few days ago) I got following error while trying to login into some of the Trac environments:
    22Python traceback
    3 
     3{{{
    44Traceback (most recent call last):
    55  File "/usr/local/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
     
    1414    assert req.remote_user, 'Authentication information not available.'
    1515AssertionError: Authentication information not available.
    16 
     16}}}
    1717After speding some time investigatin the matter I found that "problem" environments all have hyphens in the name of their storage directories. That was not a problem with old (one of 0.9bX) version of Trac.
    1818I am not completely sure that problem is in Trac and not in other libraries, as they were upgraded too in the process :)