[jboss-jira] [JBoss JIRA] (WFLY-7154) poor description of session-timeout, maximum-session-cache-size attributes
Martin Choma (JIRA)
issues at jboss.org
Wed Nov 2 07:35:00 EDT 2016
[ https://issues.jboss.org/browse/WFLY-7154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Choma updated WFLY-7154:
-------------------------------
Labels: user_experience (was: )
> 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
> Labels: user_experience
>
> 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
(v7.2.3#72005)
More information about the jboss-jira
mailing list