From: markt Date: Mon, 25 Oct 2010 13:57:15 +0000 (+0000) Subject: Fix a couple of other typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f1914f17e8a95467492babfe34dabe722601fa48;p=tomcat7.0 Fix a couple of other typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1027121 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml index 71362d989..e32e8cd03 100644 --- a/webapps/docs/security-howto.xml +++ b/webapps/docs/security-howto.xml @@ -33,7 +33,7 @@
-

Tomcat is configured to be reasonably secure for must use cases by +

Tomcat is configured to be reasonably secure for most use cases by default. Some environments may require more, or less, secure configurations. This page is to provide a single point of reference for configuration options that may impact security and to offer some commentary on the @@ -264,7 +264,8 @@ server.info=Apache Tomcat/7.0.x

The default entropy value has been shown to generate predictable values under certain conditions. For more secure session generation, this should be set to a long string. This is done automatically if the APR/native - library is installed; a random value will be obtained from the APR.

+ library is installed; a random value will be obtained from the APR/native + library.

The class used to generate random session IDs may be changed with the randomClass attribute.