From 1f83216d031adf071f8207e70ca823d1740c7fdb Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 27 Nov 2010 13:47:03 +0000 Subject: [PATCH] Remove attributes from PersistentManager too git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1039680 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/manager.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/webapps/docs/config/manager.xml b/webapps/docs/config/manager.xml index 63d9a263f..5928465d0 100644 --- a/webapps/docs/config/manager.xml +++ b/webapps/docs/config/manager.xml @@ -171,13 +171,6 @@ - -

Name of the Message Digest algorithm used to calculate - session identifiers produced by this Manager. This value must - be supported by the java.security.MessageDigest class. - If not specified, the default value is "MD5".

-
-

Java class name of the implementation to use. This class must implement the org.apache.catalina.Manager interface. @@ -186,14 +179,6 @@ this manager implementation.

- -

A String value that is utilized when seeding the random number - generator used to create session identifiers for this Manager. - If not specified, a semi-useful value is calculated, but a long - String value should be specified in security-conscious - environments.

-
-

The maximum number of active sessions that will be created by this Manager, or -1 (the default) for no limit.

-- 2.11.0