Class Rules.pathSpace
- Enclosing class:
Rules
FirewallPathSpace
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final Matcher
Locates any registeredFirewallComponent
and invokes itsset of firewall rules
. -
Method Summary
-
Field Details
-
doFirewallComponent
Locates any registeredFirewallComponent
and invokes itsset of firewall rules
.TODO: Define how servlet path is determined. Especially regarding include/forward and pathInfo.
Implementation Note:
Sets theFirewallContext
attributeRules.pathMatch.PATH_MATCH_CONTEXT_KEY
before invoking the component rules. Restores its previous value when done.Returns:
Matcher.Result.TERMINATE
when component found and it performed a terminatingAction
.
Matcher.Result.MATCH
when a component is found and rule traversal has been completed without any terminatingAction
.
Matcher.Result.NO_MATCH
when no component matches the current servlet path.- See Also:
-