-
ResourceFilter
The top filter class.
-
GenericAuthFilter
This filter provides several ways of protecting part of your
information space, using BasicAuthentication.
-
AccessLimitFilter
Limit the number of simultaneous accesses to a resource.
-
CounterFilter
Count the number of traversals or hits of its target.
-
DebugFilter
Print incoming request and outgoing replies.
-
ErrorFilter
The error filter allows you to redefine on the fly all error
messages emitted by Jigsaw by using internal
redirections: all errors are then emitted by some other
resource (which can be any of the Jigsaw supported
resources).
-
GZIPFilter
This filter will compress "on the fly" the content of
replies using GZIP.
-
HeaderFilter
Enforces a specific header value on all replies.
-
LogFilter
The log filter allows you to get very detailed logging of
transactions for a particular sub-space of your web server.
-
ProcessFilter
A filter that will process a reply's content through any
external filter program.
-
PutFilter
This filter update the PutListResource.
-
GrepPutFilter
This PutFilter allows you to control the content of puted
documents.
-
PutSizeFilter
This filter allows you to limit the size of puted documents