Undertow WildFly Subsystem Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
* [[Undertow WildFly Subsystem#Subjects|Undertow WildFly Subsystem]]
* [[Undertow WildFly Subsystem#Subjects|Undertow WildFly Subsystem]]
* [[Undertow Concepts]]
* [[Undertow Concepts]]
=Threading Model=


=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:39, 7 June 2016

Internal

Threading Model

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.