Author: markt
Date: Tue Sep 15 22:08:30 2009
New Revision: 815519
URL: http://svn.apache.org/viewvc?rev=815519&view=rev
Log:
Fix BZ 47425
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=815519&r1=815518&r2=815519&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Sep 15 22:08:30 2009
@@ -261,19 +261,26 @@
<subsection name="Webapps">
<changelog>
<fix>
- <bug>41564</bug>: Add some information on installing Tomcat as a
service
- on operating systems with User Account Control, e.g. Vista. (markt)
+ <bug>41564</bug>: Add some documentation on installing Tomcat as a
+ service on operating systems with User Account Control, e.g. Vista.
+ (markt)
</fix>
<fix>
<bug>47235</bug>: Remove use of autoReconnect from MySQL examples.
(markt)
</fix>
<fix>
- <bug>47444</bug>: Remove Jakarta references. (markt)
+ <bug>47425</bug>: Add crlFile attribute to the SSL configuration
+ documentation. (markt)
</fix>
<fix>
- <bug>47705</bug>: Fix division by zero error when trying to expire
- sessions when the session timeout is set to infinite. (funkman)
+ <bug>47444</bug>: Remove Jakarta references from the documentation.
+ (markt)
+ </fix>
+ <fix>
+ <bug>47705</bug>: Fix division by zero error in the manager when trying
+ to expire sessions when the session timeout is set to infinite.
+ (funkman)
</fix>
</changelog>
</subsection>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=815519&r1=815518&r2=815519&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Tue Sep 15 22:08:30 2009
@@ -744,6 +744,11 @@
default of 86400 (24 hours) is used.</p>
</attribute>
+ <attribute name="crlFile" required="false">
+ <p>The certificate revocation list file to use to validate client
+ certificates.</p>
+ </attribute>
+
</attributes>
<p>For more information, see the
Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml?rev=815519&r1=815518&r2=815519&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Tue Sep 15 22:08:30 2009
@@ -492,14 +492,19 @@
</tr>
<tr>
<td><code>truststoreType</code></td>
- <td>Add this element if your are using a different format for the
- TrustStore then you are using for the KeyStore.</td>
+ <td>Add this element if your are using a different format for the
+ TrustStore then you are using for the KeyStore.</td>
</tr>
<tr>
<td><code>keyAlias</code></td>
- <td>Add this element if your have more than one key in the KeyStore.
- If the element is not present the first key read in the KeyStore
- will be used.</td>
+ <td>Add this element if your have more than one key in the KeyStore.
+ If the element is not present the first key read in the KeyStore
+ will be used.</td>
+ </tr>
+ <tr>
+ <td><code>crlFile</code></td>
+ <td>The certificate revocation list file to use to validate client
+ certificates.</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]