Author: kkolinko
Date: Fri Oct 17 16:21:14 2014
New Revision: 1632624
URL: http://svn.apache.org/r1632624
Log:
Move connector change into Coyote section.
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=1632624&r1=1632623&r2=1632624&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Oct 17 16:21:14 2014
@@ -68,10 +68,6 @@
cache for a web application via JMX. (markt)
</add>
<fix>
- <bug>53952</bug>: Add support for TLSv1.1 and TLSv1.2 for APR
connector.
- Based upon a patch by Marcel Šebek. (schultz/jfclere)
- </fix>
- <fix>
<bug>55951</bug>: Allow cookies to use UTF-8 encoded values in HTTP
headers. This requires the use of the RFC6265
<strong>CookieProcessor</strong>. (markt)
@@ -162,6 +158,10 @@
</subsection>
<subsection name="Coyote">
<changelog>
+ <add>
+ <bug>53952</bug>: Add support for TLSv1.1 and TLSv1.2 for APR
connector.
+ Based upon a patch by Marcel Šebek. (schultz/jfclere)
+ </add>
<scode>
Cache the <code>Encoder</code> instances used to convert Strings to
byte
arrays in the Connectors (e.g. when writing HTTP headers) to improve
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]