Author: schultz
Date: Thu Feb 19 18:38:30 2015
New Revision: 1660967
URL: http://svn.apache.org/r1660967
Log:
Move changelog section to correct position.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1660967&r1=1660966&r2=1660967&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Feb 19 18:38:30 2015
@@ -56,20 +56,6 @@
issues to not "pop up" wrt. others).
-->
<section name="Tomcat 7.0.60 (violetagg)">
- <subsection name="Coyote">
- <changelog>
- <add>
- <bug>57540</bug>: Make TLS/SSL protocol available in a new request
- attribute
- (<code>org.apache.tomcat.util.net.secure_protocol_version</code>).
- (Note that AJP connectors will require <tt>mod_jk</tt> 1.2.41 or later,
- or an as-yet-unknown version of mod_proxy_ajp, or configure the proxy
- to send the AJP_SSL_PROTOCOL request attribute to Tomcat. Please see
- the bug comments for details.)
- Based upon a patch provided by Ralf Hauser. (schultz)
- </add>
- </changelog>
- </subsection>
<subsection name="Catalina">
<changelog>
<fix>
@@ -105,6 +91,16 @@
<bug>57509</bug>: Improve length check when writing HTTP/1.1
response headers: reserve space for 4 extra bytes. (kkolinko)
</fix>
+ <add>
+ <bug>57540</bug>: Make TLS/SSL protocol available in a new request
+ attribute
+ (<code>org.apache.tomcat.util.net.secure_protocol_version</code>).
+ (Note that AJP connectors will require <tt>mod_jk</tt> 1.2.41 or later,
+ or an as-yet-unknown version of mod_proxy_ajp, or configure the proxy
+ to send the AJP_SSL_PROTOCOL request attribute to Tomcat. Please see
+ the bug comments for details.)
+ Based upon a patch provided by Ralf Hauser. (schultz)
+ </add>
<fix>
<bug>57544</bug>: Fix potential infinite loop when preparing a kept
alive HTTP connection for the next request. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]