[jboss-jira] [JBoss JIRA] (WFLY-2169) Add support to change various Undertow options through WildFly in standalone.xml

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Mon Sep 30 03:14:02 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas reassigned WFLY-2169:
------------------------------------

    Assignee: Tomaz Cerar  (was: Stuart Douglas)


Tomaz, do you mind having a look at this? It should tie in with the other options stuff you were looking at.
                
> Add support to change various Undertow options through WildFly in standalone.xml
> --------------------------------------------------------------------------------
>
>                 Key: WFLY-2169
>                 URL: https://issues.jboss.org/browse/WFLY-2169
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Web (Undertow)
>    Affects Versions: 8.0.0.Alpha4
>         Environment: Ubuntu 12.04 LTS, openjdk-7-jdk-7u25-2.3.10-1ubuntu0.12.04.2
>            Reporter: Bernd Nigmann
>            Assignee: Tomaz Cerar
>
> Undertow's default for the maximum number of HTTP parameter it parses in a GET or POST is 1000:
> {noformat}
> 15:05:41,276 ERROR [io.undertow.request] (default task-17)
>    Servlet request failed HttpServerExchange{ POST /***/*******/****}:
>    java.lang.IllegalStateException: UT000047: The number of
>    parameters exceeded the maximum of 1000
> {noformat}
> In the Undertow sources (https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/UndertowOptions.java), I found this to be a configurable option: "{{MAX_PARAMETERS}}".
> Please allow changing some of these Undertow options through the WildFly {{standalone.xml}}. Tomaz Cerar asked me to create a ticket for this, based on the referenced forum thread.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list