You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/09/10 12:30:44 UTC

svn commit: r1167489 - in /tomcat/site/trunk: docs/security-7.html xdocs/security-7.xml

Author: kkolinko
Date: Sat Sep 10 10:30:44 2011
New Revision: 1167489

URL: http://svn.apache.org/viewvc?rev=1167489&view=rev
Log:
Correct attribute name: TC7 uses "requiredSecret" instead of "request.secret"
Add links to documentation

Modified:
    tomcat/site/trunk/docs/security-7.html
    tomcat/site/trunk/xdocs/security-7.xml

Modified: tomcat/site/trunk/docs/security-7.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1167489&r1=1167488&r2=1167489&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Sat Sep 10 10:30:44 2011
@@ -356,7 +356,12 @@
       <li>Upgrade to Tomcat 7.0.21</li>
       <li>Apply the appropriate <a href="http://svn.apache.org/viewvc?rev=1162958&amp;view=rev">patch</a>
 </li>
-      <li>Configure both Tomcat and the reverse proxy to use a shared secret ("request.secret" attribute in &lt;Connector&gt;; "worker.<i>workername</i>.secret" for mod_jk; mod_proxy_ajp currently does not support shared secrets)</li>
+      <li>Configure both Tomcat and the reverse proxy to use a shared secret
+       ("requiredSecret" attribute in
+       <a href="/tomcat-7.0-doc/config/ajp.html">&lt;Connector&gt;</a>;
+       "worker.<i>workername</i>.secret" directive for
+       <a href="/connectors-doc/reference/workers.html">mod_jk</a>;
+       mod_proxy_ajp currently does not support shared secrets)</li>
     </ul>
   </blockquote>
 </p>

Modified: tomcat/site/trunk/xdocs/security-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-7.xml?rev=1167489&r1=1167488&r2=1167489&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-7.xml (original)
+++ tomcat/site/trunk/xdocs/security-7.xml Sat Sep 10 10:30:44 2011
@@ -62,7 +62,12 @@
     <ul>
       <li>Upgrade to Tomcat 7.0.21</li>
       <li>Apply the appropriate <a href="http://svn.apache.org/viewvc?rev=1162958&amp;view=rev">patch</a></li>
-      <li>Configure both Tomcat and the reverse proxy to use a shared secret ("request.secret" attribute in &lt;Connector&gt;; "worker.<i>workername</i>.secret" for mod_jk; mod_proxy_ajp currently does not support shared secrets)</li>
+      <li>Configure both Tomcat and the reverse proxy to use a shared secret
+       ("requiredSecret" attribute in
+       <a href="/tomcat-7.0-doc/config/ajp.html">&lt;Connector&gt;</a>;
+       "worker.<i>workername</i>.secret" directive for
+       <a href="/connectors-doc/reference/workers.html">mod_jk</a>;
+       mod_proxy_ajp currently does not support shared secrets)</li>
     </ul>
   </section>
 



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