Configuring a Custom Undertow Filter in WildFly

From NovaOrdis Knowledge Base
Revision as of 07:12, 19 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.