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:
[ 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