Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-6087

poor description of session-timeout, maximum-session-cache-size attributes

XMLWordPrintable

      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.
      "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"
      },
      
      <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>
      
      • maximum-session-cache-size
        What does default value 0 mean?
        Negative values could be restricted on model level
      "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"
      },
      
      <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>
      

            rhn-support-ivassile Ilia Vassilev
            mchoma@redhat.com Martin Choma
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: