[jboss-jira] [JBoss JIRA] (WFLY-3697) Custom http handlers support
Tomaz Cerar (JIRA)
issues at jboss.org
Mon Sep 15 13:04:02 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated WFLY-3697:
------------------------------
Git Pull Request: https://github.com/wildfly/wildfly/pull/6542, https://github.com/wildfly/wildfly/pull/6713 (was: https://github.com/wildfly/wildfly/pull/6542)
> Custom http handlers support
> ----------------------------
>
> Key: WFLY-3697
> URL: https://issues.jboss.org/browse/WFLY-3697
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Fix For: 8.2.0.CR1, 9.0.0.Alpha1
>
>
> We need support for custom handlers & filters
> something along the lines
> {code:xml}
> <handlers>
> <handler name="myhandler" class="full.class.name" module"full.module.name" />
> <handlers>
> <filters>
> <filter name="myfilter" class="full.class.name" module"full.module.name" />
> <filters>
> {code}
> There should also be a way to pass in arbitrary config options
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list