[jboss-jira] [JBoss JIRA] (WFLY-3697) Custom http handlers support
Nicky Mølholm (JIRA)
issues at jboss.org
Thu Jul 31 08:42:31 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989469#comment-12989469 ]
Nicky Mølholm commented on WFLY-3697:
-------------------------------------
Okay thanks - that makes sense.
Btw: You could consider supporting "auto discovery" of annotated types too. So that pointing out the module would be enough - after which the extension will scan the module resources for certain, say, @GlobalHttpHandlers. I still like the XML declarative way too though - so this idea is by no means an alternative suggestion.
> Custom http handlers support
> ----------------------------
>
> Key: WFLY-3697
> URL: https://issues.jboss.org/browse/WFLY-3697
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Fix For: 9.0.0.Beta1
>
>
> 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.2.6#6264)
More information about the jboss-jira
mailing list