[jboss-jira] [JBoss JIRA] (WFLY-7496) Non complete resource description

Jan Stefl (JIRA) issues at jboss.org
Fri Aug 11 07:20:03 EDT 2017


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

Jan Stefl updated WFLY-7496:
----------------------------
    Tester: Jan Kašík  (was: Bogdan Sikora)


> Non complete resource description
> ---------------------------------
>
>                 Key: WFLY-7496
>                 URL: https://issues.jboss.org/browse/WFLY-7496
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>            Reporter: Stuart Douglas
>            Assignee: Stuart Douglas
>             Fix For: 11.0.0.Alpha1
>
>
> Missing time unit
> {noformat}
> "session-timeout" => {
>     "type" => INT,
>     "description" => "The session timeout for sessions that are owned by crawlers",
>     "expressions-allowed" => true,
>     "nillable" => true,
>     "access-type" => "read-write",
>     "storage" => "configuration",
>      "restart-required" => "all-services"
> },
> "timeout" => {
>     "type" => INT,
>     "description" => "The request timeout",
>     "expressions-allowed" => false,
>     "nillable" => true,
>     "access-type" => "read-only",
>     "storage" => "runtime"
> "connection-idle-timeout" => {
>     "type" => INT,
>     "description" => "The amount of time a connection can be idle before it will be closed. Connections will not time out once the pool size is down to the configured minimum (as configured by cached-connections-per-thread)",
>      "expressions-allowed" => true,
>      "nillable" => true,
>      "default" => 60L,
>      "access-type" => "read-write",
>      "storage" => "configuration",
>      "restart-required" => "no-services"
> "max-request-time" => {
>     "type" => INT,
>     "description" => "The maximum time that a proxy request can be active for, before being killed. Defaults to unlimited",
>     "expressions-allowed" => true,
>     "nillable" => true,
>      "default" => -1,
>      "access-type" => "read-write",
>      "storage" => "configuration",
>      "restart-required" => "no-services"
> {noformat}
> Description not fully understandable
> {noformat}
> "require-host-http11" => {
>                 "type" => BOOLEAN,
>                 "description" => "Require the Host header when using the HTTP/1.1 protocol",
>                 "expressions-allowed" => true,
>                 "nillable" => true,
>                 "default" => false,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "all-services"
>             },
> "proxy-address-forwarding" => {
>                 "type" => BOOLEAN,
>                 "description" => "enables x-forwarded-host and similar headers and set a remote ip address and hostname",
>                 "expressions-allowed" => true,
>                 "nillable" => true,
>                 "default" => false,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "resource-services"
> {noformat}
> Name X Description 
> {noformat}
> "disabled" => {
>                                             "type" => BOOLEAN,
>                                             "description" => "Enable the JSP container.",
>                                             "expressions-allowed" => true,
>                                             "nillable" => true,
>                                             "default" => false,
>                                             "access-type" => "read-write",
>                                             "storage" => "configuration",
>                                             "restart-required" => "all-services"
> {noformat}



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



More information about the jboss-jira mailing list