Configuring a Custom Undertow Filter in WildFly: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[Undertow WildFly Subsystem Configuration#Configuring_a_Custom_Undertow_Filter_in_WildFly|Undertow WildFly Subsystem Configuration]]
* [[Undertow WildFly Subsystem Configuration#Configuring_a_Custom_Undertow_Filter_in_WildFly|Undertow WildFly Subsystem Configuration]]
=Overview=
In order to install a custom filter in WildFly Undertow instance, you will need to wrap the filter class in a WildFly module, deploy the module and configure the Undertow subsystem to use the custom filter.

Revision as of 07:12, 19 January 2016

Internal

Overview

In order to install a custom filter in WildFly Undertow instance, you will need to wrap the filter class in a WildFly module, deploy the module and configure the Undertow subsystem to use the custom filter.