[jboss-jira] [JBoss JIRA] (WFLY-7154) poor description of session-timeout, maximum-session-cache-size attributes

Ilia Vassilev (JIRA) issues at jboss.org
Tue Sep 20 09:21:02 EDT 2016


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

Ilia Vassilev reassigned WFLY-7154:
-----------------------------------

    Assignee: Ilia Vassilev  (was: Darran Lofthouse)


> poor description of session-timeout, maximum-session-cache-size attributes
> --------------------------------------------------------------------------
>
>                 Key: WFLY-7154
>                 URL: https://issues.jboss.org/browse/WFLY-7154
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 11.0.0.Alpha1
>            Reporter: Martin Choma
>            Assignee: Ilia Vassilev
>            Priority: Minor
>
> Describe more properly in model/XSD client-ssl-context and server-ssl-context attributes: 
> * session-timeout
> Should be timeout specified in seconds?
> What does default value mean?
> Negative values could be restricted on model level.
> {code}
> "session-timeout" => {
>     "type" => INT,
>     "description" => "The timeout for SSL sessions.",
>     "expressions-allowed" => true,
>     "nillable" => true,
>     "default" => 0,
>     "access-type" => "read-write",
>     "storage" => "configuration",
>     "restart-required" => "resource-services"
> },
> {code}
> {code}
> <xs:attribute name="session-timeout" type="xs:int" default="0">
>     <xs:annotation>
>         <xs:documentation>
>             The timeout for SSL sessions.
>         </xs:documentation>
>     </xs:annotation>
> </xs:attribute>
> {code}
> * maximum-session-cache-size
> What does default value 0 mean?
> Negative values could be restricted on model level
> {code}
> "maximum-session-cache-size" => {
>     "type" => INT,
>     "description" => "The maximum number of SSL sessions to be cached.",
>     "expressions-allowed" => true,
>     "nillable" => true,
>     "default" => 0,
>     "access-type" => "read-write",
>     "storage" => "configuration",
>     "restart-required" => "resource-services"
> },
> {code}
> {code}
> <xs:attribute name="maximum-session-cache-size" type="xs:int" default="0">
>     <xs:annotation>
>         <xs:documentation>
>             The maximum number of SSL sessions in the cache.
>         </xs:documentation>
>     </xs:annotation>
> </xs:attribute>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list