]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
parsed_uri.port is only valid iff parsed_uri.port_str != NULL.
authorJim Jagielski <jim@apache.org>
Thu, 13 Nov 2003 15:22:48 +0000 (15:22 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 13 Nov 2003 15:22:48 +0000 (15:22 +0000)
  Old code simply checked if it was non-zero, not if it
  was *valid*

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101775 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b91c9aff2c6297563a8c80e782237a182d751490..8ebd4a5ddca0e080d96454f2b087a842f8012fc9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/13 15:16:26 $]
+Last modified at [$Date: 2003/11/13 15:22:48 $]
 
 Release:
 
@@ -66,6 +66,12 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * parsed_uri.port is only valid iff parsed_uri.port_str != NULL.
+      Old code simply checked if it was non-zero, not if it
+      was *valid*
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c.diff?r1=1.247&r2=1.248
+      +1:
+
     * Better descriptions for the configure --help output for some modules
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/config9.m4.diff?r1=1.17&r2=1.18
       +1: kess