Author: kkolinko
Date: Wed Sep  5 04:40:29 2012
New Revision: 1380983

URL: http://svn.apache.org/viewvc?rev=1380983&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52811
Retroactively add BZ 52811 to the changelog (7.0.27).
It was implemented by r1300154 + r1300155 + r1304275 + r1304895

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=1380983&r1=1380982&r2=1380983&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Sep  5 04:40:29 2012
@@ -693,7 +693,7 @@
       <fix>
         <bug>53353</bug>: Make the internal HTTP header parser more tolerant of
         Content-Type values that contain invalid parameters by ignoring the
-        invalid parameters. (markt)
+        invalid parameters. It is a followup to bug <bug>52811</bug>. (markt)
       </fix>
       <fix>
         <bug>53354</bug>: Correctly handle <code>@WebFilter</code> annotations
@@ -959,6 +959,11 @@
         found. (markt)
       </fix>
       <fix>
+        <bug>52811</bug>: Fix parsing of Content-Type header in
+        <code>HttpServletResponse.setContentType()</code>. Introduces
+        a new HTTP header parser that follows RFC2616. (markt/kkolinko)
+      </fix>
+      <fix>
         <bug>52830</bug>: Correct JNDI lookups when using
         <code>javax.naming.Name</code> to identify the resource rather than a
         <code>java.lang.String</code>. (markt)



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

Reply via email to