Changes between Initial Version and Version 1 of Ticket #8545, comment 13


Ignore:
Timestamp:
Jan 27, 2016, 4:49:01 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8545, comment 13

    initial v1  
    55> Seems like this is related to `AuthenticationMiddleware` (see T:browser:trunk/trac/web/standalone.py?rev=10594#L55), right?
    66
    7 Not really. I use 2nd script from http://trac.edgewall.org/wiki/TracFastCgi#SimpleNginxConfiguration that imports `trac.web._fcgi` directly and as a result bypasses `AuthenticationMiddleware` defined in `standalone.py`
     7Not really. I use 2nd script from trac:TracFastCgi#SimpleNginxConfiguration that imports `trac.web._fcgi` directly and as a result bypasses `AuthenticationMiddleware` defined in `standalone.py`
    88
    99> In AccountManagerPlugin's `LoginModule` we'll need another way to decide, if authentication has already happened, but without setting 'REMOTE_USER' in the request object on our own (see [browser:accountmanagerplugin/trunk/acct_mgr/web_ui.py#L542]).