Changes between Initial Version and Version 1 of Ticket #12592


Ignore:
Timestamp:
Nov 27, 2015, 12:32:17 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12592 – Description

    initial v1  
    11The [SharedCookieAuthPlugin#Configuration Configuration directives] state that `LoginModule` must be disabled in slave projects. This is also discussed in #5566. However, it would be ideal if we could prevent [trac:browser:tags/trac-1.0.9/trac/web/auth.py@:245-249#L231 expiring the cookie], and thus avoid the need to disable the `LoginModule` in slave projects.
    22
    3 The proposed change will work-around the existing behavior. Ideally though, we could do a bit better by adding the feature to Trac, as an optional Component residing in `tracopt.web.auth` (#12257).
     3The proposed change will work-around the existing behavior. Ideally though, we could do a bit better by adding the feature to Trac, as an optional Component residing in `tracopt.web.auth` (trac:#12257).