You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/02/09 12:29:26 UTC

svn commit: r1658366 - in /tomcat/site/trunk: docs/index.html docs/security-6.html docs/security-7.html docs/security-8.html xdocs/security-6.xml xdocs/security-7.xml xdocs/security-8.xml

Author: markt
Date: Mon Feb  9 11:29:25 2015
New Revision: 1658366

URL: http://svn.apache.org/r1658366
Log:
Fix typo

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/security-6.html
    tomcat/site/trunk/docs/security-7.html
    tomcat/site/trunk/docs/security-8.html
    tomcat/site/trunk/xdocs/security-6.xml
    tomcat/site/trunk/xdocs/security-7.xml
    tomcat/site/trunk/xdocs/security-8.xml

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Feb  9 11:29:25 2015
@@ -234,6 +234,7 @@ Apache Tomcat. This release contains a n
 and improvements compared to version 7.0.57.
 </p>
 
+
 <p>
 Full details of these changes, and all the other changes, are available in the
 <a href="tomcat-7.0-doc/changelog.html">Tomcat 7 changelog</a>.

Modified: tomcat/site/trunk/docs/security-6.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-6.html (original)
+++ tomcat/site/trunk/docs/security-6.html Mon Feb  9 11:29:25 2015
@@ -326,7 +326,7 @@
 </p>
 
     
-<p>It was possible to craft a malformed chunk as part of a chucked request
+<p>It was possible to craft a malformed chunk as part of a chunked request
        that caused Tomcat to read part of the request body as a new request.</p>
 
     

Modified: tomcat/site/trunk/docs/security-7.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Mon Feb  9 11:29:25 2015
@@ -334,7 +334,7 @@
 </p>
 
     
-<p>It was possible to craft a malformed chunk as part of a chucked request
+<p>It was possible to craft a malformed chunk as part of a chunked request
        that caused Tomcat to read part of the request body as a new request.</p>
 
     

Modified: tomcat/site/trunk/docs/security-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-8.html (original)
+++ tomcat/site/trunk/docs/security-8.html Mon Feb  9 11:29:25 2015
@@ -280,7 +280,7 @@
 </p>
 
     
-<p>It was possible to craft a malformed chunk as part of a chucked request
+<p>It was possible to craft a malformed chunk as part of a chunked request
        that caused Tomcat to read part of the request body as a new request.</p>
 
     

Modified: tomcat/site/trunk/xdocs/security-6.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-6.xml?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-6.xml (original)
+++ tomcat/site/trunk/xdocs/security-6.xml Mon Feb  9 11:29:25 2015
@@ -59,7 +59,7 @@
     <p><strong>Important: Request Smuggling</strong>
        <cve>CVE-2014-0227</cve></p>
 
-    <p>It was possible to craft a malformed chunk as part of a chucked request
+    <p>It was possible to craft a malformed chunk as part of a chunked request
        that caused Tomcat to read part of the request body as a new request.</p>
 
     <p>This was fixed in revision <revlink rev="1603628">1603628</revlink>.</p>

Modified: tomcat/site/trunk/xdocs/security-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-7.xml?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-7.xml (original)
+++ tomcat/site/trunk/xdocs/security-7.xml Mon Feb  9 11:29:25 2015
@@ -55,7 +55,7 @@
     <p><strong>Important: Request Smuggling</strong>
        <cve>CVE-2014-0227</cve></p>
 
-    <p>It was possible to craft a malformed chunk as part of a chucked request
+    <p>It was possible to craft a malformed chunk as part of a chunked request
        that caused Tomcat to read part of the request body as a new request.</p>
 
     <p>This was fixed in revision <revlink rev="1601333">1601333</revlink>.</p>

Modified: tomcat/site/trunk/xdocs/security-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-8.xml?rev=1658366&r1=1658365&r2=1658366&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-8.xml (original)
+++ tomcat/site/trunk/xdocs/security-8.xml Mon Feb  9 11:29:25 2015
@@ -55,7 +55,7 @@
     <p><strong>Important: Request Smuggling</strong>
        <cve>CVE-2014-0227</cve></p>
 
-    <p>It was possible to craft a malformed chunk as part of a chucked request
+    <p>It was possible to craft a malformed chunk as part of a chunked request
        that caused Tomcat to read part of the request body as a new request.</p>
 
     <p>This was fixed in revisions <revlink rev="1600984">1600984</revlink> and



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