-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
User Experience
Missing time unit
"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"
Description not fully understandable
"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"
Name X Description
"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"
- clones
-
JBEAP-6920 Non complete resource description
-
- Closed
-