Author: schultz Date: Tue Apr 15 20:46:32 2014 New Revision: 1587723 URL: http://svn.apache.org/r1587723 Log: Fixed documentation, added changelog.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1587723&r1=1587722&r2=1587723&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Apr 15 20:46:32 2014 @@ -60,6 +60,10 @@ 7's but it is still buggy. (markt) </fix> <fix> + <bug>56027</bug>: Add more nuanced options for managing FIPS mode in the + AprLifecycleListener. (schultz) + </fix> + <fix> <bug>56320</bug>: Fix a file descriptor leak in the default servlet when sendfile is used. (markt) </fix> Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1587723&r1=1587722&r2=1587723&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/trunk/webapps/docs/config/listeners.xml Tue Apr 15 20:46:32 2014 @@ -121,11 +121,6 @@ mode). FIPS mode <em>requires you to have a FIPS-capable OpenSSL library which you must build yourself</em>. - <code>FIPSMode="on"</code> or <code>FIPSMode="require"</code> requires - Tomcat native library version 1.1.30 or later, while - <code>FIPSMode="enter"</code> can probably be done with Tomcat native - library version 1.2.23 or later -- either of which <em>must be built - against the FIPS-compatible OpenSSL</em> library. If this attribute is set to any of the above values, <b>SSLEngine</b> must be enabled as well for any effect. The default value is <code>off</code>.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org