You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2014/08/08 15:07:03 UTC

svn commit: r1616739 - /tomcat/trunk/webapps/docs/changelog.xml

Author: remm
Date: Fri Aug  8 13:07:02 2014
New Revision: 1616739

URL: http://svn.apache.org/r1616739
Log:
Checking changes ... Remove the system property for ciphers from the changelog as well.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1616739&r1=1616738&r2=1616739&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Aug  8 13:07:02 2014
@@ -150,9 +150,8 @@
         the forthcoming mod_jk 1.2.41. (rjung)
       </fix>
       <fix>
-        Add new <code>tomcat.ssl.ciphers</code> system property to define
-        default ciphers, and add it in <code>conf/catalina.properties</code>
-        defined as <code>HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5</code> so
+        Use default ciphers defined as
+        <code>HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5</code> so
         that no weak ciphers are enabled by default. (remm)
       </fix>
       <fix>



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