Applicable in PathCheck-class directives.
The url-filter can be used to allow or deny URL patterns. You can use either regular expressions of URL patterns or names of filter files of URLs as values for allow and deny parameters. The value names here refers to parameter names that were associated with filter files of URLs through init-url-filter SAF.
The following table describes the parameter for the url-filter function.
Table 5–72 url-filter Parameters
Parameter |
Description |
---|---|
allow |
Regular expression matching a URL pattern or name of a filter of URLs |
deny |
Regular expression matching a URL pattern or name of a filter of URLs |
bong-file |
Absolute path the custom error file (text or HTML) to be returned to the client |
PathCheck fn="url-filter" allow="filt1" deny=".*://.*.iplanet.com/.*" |