Last modified 8 months ago
Last modified on Oct 12, 2011 10:48:26 PM
Extension Point : IRequestFilter
| Interface | IRequestFilter | Since | TBD |
| Module | trac.web.api | Source | trunk/trac/web/api.py |
The extension point interface, when implemented, will be called at request processing time. Multiple such extensions can be registered with the system and all of them will be called during pre-, and post-processing of the request.
Purpose
TBD
Usage
TBD
Examples
TBD
Available Implementations
- http://trac-hacks.org/wiki/NoAnonymousPlugin — a plugin for preventing anonymous access to for example the wiki, see http://trac-hacks.org/browser/noanonymousplugin/0.11/noanonymous/filter.py for the sources
Additional Information and References
N/A


