Undertow WildFly Subsystem Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Undertow WildFly Subsystem * Undertow Concepts =Fiter= A filter is functionally equivalent to a global valve used...") |
|||
Line 3: | Line 3: | ||
* [[Undertow WildFly Subsystem#Subjects|Undertow WildFly Subsystem]] | * [[Undertow WildFly Subsystem#Subjects|Undertow WildFly Subsystem]] | ||
* [[Undertow Concepts]] | * [[Undertow Concepts]] | ||
=Fiter= | =Fiter= | ||
A filter is functionally equivalent to a global valve used in previous versions of JBoss (JBoss Web). It enables some aspect of a request to be modified and can use predicates to control when a filter executes. | A filter is functionally equivalent to a global valve used in previous versions of JBoss (JBoss Web). It enables some aspect of a request to be modified and can use predicates to control when a filter executes. |
Revision as of 17:51, 19 January 2016
Internal
Fiter
A filter is functionally equivalent to a global valve used in previous versions of JBoss (JBoss Web). It enables some aspect of a request to be modified and can use predicates to control when a filter executes.