[jboss-jira] [JBoss JIRA] (WFLY-2169) Add support to change various Undertow listener options
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Mon Sep 30 07:55:02 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated WFLY-2169:
------------------------------
Parent: WFLY-2055
Issue Type: Sub-task (was: Feature Request)
> Add support to change various Undertow listener options
> -------------------------------------------------------
>
> Key: WFLY-2169
> URL: https://issues.jboss.org/browse/WFLY-2169
> Project: WildFly
> Issue Type: Sub-task
> 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