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 2011/06/23 02:10:23 UTC

svn commit: r1138697 - /tomcat/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Thu Jun 23 00:10:23 2011
New Revision: 1138697

URL: http://svn.apache.org/viewvc?rev=1138697&view=rev
Log:
Amend description for the fix applied in r1132700.
The problem there was less severe than it sounds:
The port number was not treated as hex. The arithmetics to summ up the digits has already been using base 10.

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=1138697&r1=1138696&r2=1138697&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Jun 23 00:10:23 2011
@@ -263,8 +263,9 @@
   <subsection name="Coyote">
     <changelog>
       <fix>
-        When parsing the port in the HTTP host header, treat the port as a base
-        10 integer rather than a hexadecimal one. (rjung/markt/kkolinko) 
+        When parsing the port in the HTTP host header, restrict the value to be
+        base 10 integer digits rather than hexadecimal ones.
+        (rjung/markt/kkolinko) 
       </fix>
       <update>
         Various refactorings to reduce code duplication and unnecessary code in



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