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