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 2015/06/13 15:38:52 UTC

svn commit: r1685253 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Sat Jun 13 13:38:52 2015
New Revision: 1685253

URL: http://svn.apache.org/r1685253
Log:
Mention configuration attribute name for BZ 55988

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1685253&r1=1685252&r2=1685253&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Sat Jun 13 13:38:52 2015
@@ -518,7 +518,9 @@
       </fix>
       <fix>
         <bug>55988</bug>: Add support for Java 8 JSSE server-preferred TLS
-        cipher suite ordering. This feature requires Java 8.
+        cipher suite ordering. This feature requires Java 8
+        and is controlled by <code>useServerCipherSuitesOrder</code>
+        attribute on an HTTP connector.
         Based upon a patch provided by Ognjen Blagojevic. (schultz)
       </fix>
       <fix>



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


Re: svn commit: r1685253 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Konstantin,

On 6/13/15 9:38 AM, kkolinko@apache.org wrote:
> Author: kkolinko
> Date: Sat Jun 13 13:38:52 2015
> New Revision: 1685253
> 
> URL: http://svn.apache.org/r1685253
> Log:
> Mention configuration attribute name for BZ 55988
> 
> Modified:
>     tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
> 
> Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
> URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1685253&r1=1685252&r2=1685253&view=diff
> ==============================================================================
> --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Sat Jun 13 13:38:52 2015
> @@ -518,7 +518,9 @@
>        </fix>
>        <fix>
>          <bug>55988</bug>: Add support for Java 8 JSSE server-preferred TLS
> -        cipher suite ordering. This feature requires Java 8.
> +        cipher suite ordering. This feature requires Java 8
> +        and is controlled by <code>useServerCipherSuitesOrder</code>
> +        attribute on an HTTP connector.
>          Based upon a patch provided by Ognjen Blagojevic. (schultz)
>        </fix>
>        <fix>

Thanks for this.

-chris