[jboss-jira] [JBoss JIRA] (WFLY-3588) Undertow subsystem should support arbitrary options
Tomaz Cerar (JIRA)
issues at jboss.org
Tue Jul 8 11:11:26 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983185#comment-12983185 ]
Tomaz Cerar commented on WFLY-3588:
-----------------------------------
What about something like this than:
{code:xml}
<http-listener name="default">
<option name="SPDY_ENABLED" value="true" /> <!-- works as it is in default class with options
<tcp-option name="org.xnio.Options.TCP_NODELAY" value="false" />
<option name="org.some.package.OptionClass.SUPER_SPEED" value="maybe" />
</http-listener>
{code}
we already do something similar in remoting subsystem....
> Undertow subsystem should support arbitrary options
> ---------------------------------------------------
>
> Key: WFLY-3588
> URL: https://issues.jboss.org/browse/WFLY-3588
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Reporter: Stuart Douglas
> Assignee: Tomaz Cerar
>
> At the moment all well known options are hard coded in the schema. We should also support dynamic options where the class name is specified. This will allow the use of user defined options.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list