[jboss-jira] [JBoss JIRA] (WFLY-7916) Undertow listener wrong type INT/LONG

Brian Stansberry (JIRA) issues at jboss.org
Thu Jan 19 11:49:01 EST 2017


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

Brian Stansberry moved JBEAP-8389 to WFLY-7916:
-----------------------------------------------

              Project: WildFly  (was: JBoss Enterprise Application Platform)
                  Key: WFLY-7916  (was: JBEAP-8389)
             Workflow: GIT Pull Request workflow   (was: CDW with loose statuses v1)
          Component/s: Web (Undertow)
                           (was: User Experience)
                           (was: Web (Undertow))
       Target Release:   (was: 7.1.0.GA)
    Affects Version/s:     (was: 7.1.0.DR10)
      Affects Testing:   (was: Regression)


> Undertow listener wrong type INT/LONG
> -------------------------------------
>
>                 Key: WFLY-7916
>                 URL: https://issues.jboss.org/browse/WFLY-7916
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>            Reporter: Bogdan Sikora
>            Assignee: Brian Stansberry
>
> Description of the "max-post-size" stays 
> {noformat}
> "max-post-size" => {
>                 "type" => LONG,
>                 "description" => "The maximum size of a post that will be accepted, in bytes.",
>                 "expressions-allowed" => true,
>                 "required" => false,
>                 "nillable" => true,
>                 "default" => 10485760L,
>                 "unit" => "BYTES",
>                 "min" => 1L,
>                 "max" => 2147483647L,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "no-services"
>             },
> {noformat}
> but when trying to set long value this error is printed.
> {noformat}
> [standalone at localhost:9990 /]  /subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=max-post-size, value=9223372036854775807)
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYCTL0097: Wrong type for 'max-post-size'. Expected [INT] but was STRING. Couldn't convert \"9223372036854775807\" to [INT]",
>     "rolled-back" => true,
>     "response-headers" => {"process-state" => "reload-required"}
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list