XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.CR1
    • 8.0.0.Alpha4
    • Web (Undertow)
    • None
    • Ubuntu 12.04 LTS, openjdk-7-jdk-7u25-2.3.10-1ubuntu0.12.04.2

      Undertow's default for the maximum number of HTTP parameter it parses in a GET or POST is 1000:

      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
      

      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.

              tomazcerar Tomaž Cerar (Inactive)
              bnigmann_jira Bernd Nigmann (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: