Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

insert-filter

Applicable in Input-class directives.

The insert-filter SAF is used to add a filter to the filter stack to process incoming (client-to-server) data.

The order of Input fn="insert-filter" and Output fn="insert-filter" directives can be important.

Returns

Returns REQ_PROCEED if the specified filter was inserted successfully or REQ_NOACTION if the specified filter was not inserted because it was not required. Any other return value indicates an error.

Parameters

The following table describes the parameter for the insert-filter function.

Table 5–94 insert-filter Parameters

Parameter  

Description  

filter

Specifies the name of the filter to insert. 

bucket

(Optional) Common to all obj.conf functions.

Example


Input fn="insert-filter" filter="http-decompression"