You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sl...@apache.org on 2010/12/05 22:06:25 UTC

svn commit: r1042447 - /tomcat/trunk/webapps/docs/config/listeners.xml

Author: slaurent
Date: Sun Dec  5 21:06:25 2010
New Revision: 1042447

URL: http://svn.apache.org/viewvc?rev=1042447&view=rev
Log:
bug 50282 / fixed some typos in documentation

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1042447&r1=1042446&r2=1042447&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Sun Dec  5 21:06:25 2010
@@ -273,11 +273,11 @@ service:jmx:rmi://<hostname>:10002
       <attribute name="securityLoginConfigurationProtection" required="false">
         <p>Enables protection so that usage of the
         <code>javax.security.auth.login.Configuration</code> class by a web 
-        application does not in a memory leak. The first access of this class will
-        trigger the initializer that will retain a static reference to the context
-        class loader. The protection loads the class with the system classloader 
-        to ensure that the static initializer is not triggered by web application.
-        Defaults to <code>true</code>.</p>
+        application does not provoke a memory leak. The first access of this 
+        class will trigger the initializer that will retain a static reference 
+        to the context class loader. The protection loads the class with the 
+        system class loader to ensure that the static initializer is not 
+        triggered by web application. Defaults to <code>true</code>.</p>
       </attribute>
 
       <attribute name="securityPolicyProtection" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org