From: kkolinko Date: Thu, 23 Jun 2011 00:10:23 +0000 (+0000) Subject: Amend description for the fix applied in r1132700. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8c6c1b285e839259b9d2a5e62fd92941b8b6e717;p=tomcat7.0 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. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1138697 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9b04c3fd3..1aea261eb 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -263,8 +263,9 @@ - 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) Various refactorings to reduce code duplication and unnecessary code in