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

Bernd Nigmann (JIRA) jira-events at lists.jboss.org
Thu Sep 26 22:31:02 EDT 2013


Bernd Nigmann created WFLY-2169:
-----------------------------------

             Summary: 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: Stuart Douglas


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