Author: markt
Date: Tue Apr  1 11:23:08 2008
New Revision: 643491

URL: http://svn.apache.org/viewvc?rev=643491&view=rev
Log:
Undo last commit - need to rework wording.

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

Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=643491&r1=643490&r2=643491&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Tue Apr  1 11:23:08 2008
@@ -274,18 +274,6 @@
       to a particular port number on a particular IP address.</p>
     </attribute>
 
-    <attribute name="request.secret" required="false">
-      <p>Only requests from workers with this secret keyword will be accepted.
-      This attribute only has an effect if <code>request.useSecret</code> is
-      <code>true</code>.</p>
-    </attribute>
-
-    <attribute name="request.useSecret" required="false">
-      <p>If set to <code>true</code>, then only requests from workers with the
-      same secret keyword will be accepted. This is set to <code>false</code>
-      by default.</p>
-    </attribute>
-
     <attribute name="tcpNoDelay" required="false">
       <p>If set to <code>true</code>, the TCP_NO_DELAY option will be
       set on the server socket, which improves performance under most



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to