Edgewall Software

Changes between Initial Version and Version 9 of Ticket #6763


Ignore:
Timestamp:
Jun 27, 2009, 1:19:18 PM (15 years ago)
Author:
Christian Boos
Comment:

Looks hard to troubleshoot short of reproducing your configuration (mod_wsgi, mod_digest, multiple environments sharing the same realm).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6763

    • Property Status newreopened
    • Property Component generalweb frontend
    • Property Version 0.11b10.11.3
    • Property Milestone0.12.1
    • Property Keywords session authentication verify added
  • Ticket #6763 – Description

    initial v9  
    1  My setup is:
     1My setup is:
    22  * Trac 0.11b
    33  * Apache 2.2.8
     
    66  * PostgreSQL database
    77
    8 The trac environment is setup for multi-project trac, using os.environ['TRAC_ENV_PARENT_DIR'].  All of the projects use the same digest realm, but some of the projects are restricted from viewing by non-authenticated users.  At one point it was possible to authenticate in one trac project and go to another and simply click 'login'.  Now this works intermittently, sometimes truncating the session table fixes the problem.  Sometimes clicking the login link a couple of times will also help.
     8The trac environment is setup for multi-project trac, using `os.environ['TRAC_ENV_PARENT_DIR']`.  All of the projects use the same digest realm, but some of the projects are restricted from viewing by non-authenticated users.  At one point it was possible to authenticate in one trac project and go to another and simply click 'login'.  Now this works intermittently, sometimes truncating the session table fixes the problem.  Sometimes clicking the login link a couple of times will also help.
    99
    1010The apache configuration is nearly identical to: http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac  except that my trac sites are under a virtual domain. with WSGIScriptAlias set to '/'.