[Trac-tickets] Re: [The Trac Project] #1855: [PATCH] Refactored
authentication mechanism
The Trac Project
noreply at edgewall.com
Fri Sep 2 14:32:14 CDT 2005
#1855: [PATCH] Refactored authentication mechanism
---------------------------------------+------------------------------------
Reporter: Rede <redetin at luukku.com> | Owner: cmlenz
Type: enhancement | Status: reopened
Priority: low | Milestone: 0.9
Component: general | Version: devel
Severity: normal | Resolution:
Keywords: |
---------------------------------------+------------------------------------
Comment (by cmlenz):
It's not entirely clear to me why you can't do this preprocessing in the
authenticate() method of your CAS-based IAuthenticator implementation. Can
you clarify that?
If we add request preprocessors/filters, we'd need to also figure out a
way to order them deterministically. Your patch will simply execute them
in the order they've been imported (and thus registered). Or should we
simply say that request filters may not depend on each other in any way?
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1855>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list