pam-resource-rule
pam-resource-rule = [+|-]{URI}Description
Rules that WebSEAL uses to determine whether to pass a particular resource down to the Protocol Analysis Module. WebSEAL examines each rule in sequence until a match is found. The first successful match determines whether WebSEAL passes the request to the module. WebSEAL does not pass the request to the module layer if no match is found.
We can define multiple resource rules. Each entry has the format: [+|-]{URI}. For example, -*.gif.
Options
+ Configures WebSEAL to pass matching requests to the Protocol Analysis Module layer. - Configures WebSEAL not to pass matching requests to the Protocol Analysis Module layer. {URI} Contains a pattern that WebSEAL uses to match against the URI that is found in the request. We can use the wildcard characters * and ?.
Usage: Optional
Default: None.
Example:
pam-resource-rule = -*.gif pam-resource-rule = +*.html