From: Bradley Nicholes Date: Tue, 21 Aug 2001 20:25:10 +0000 (+0000) Subject: Fixes necessary to allow mod_proxy to function correctly on NetWare. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846689508baf5aa0fa2f4d14c0a874f25cdad517;p=thirdparty%2Fapache%2Fhttpd.git Fixes necessary to allow mod_proxy to function correctly on NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90476 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 6ca851a1683..c6bb74d4831 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,12 @@ Changes with Apache 1.3.21 + *) Fixed ap_os_canonical_filename() so that it wouldn't try to + canonicalize an invalid file name. Also fixed + ap_os_is_path_absolute() so that it wouldn't recognize names + such as proxy:http://blah as a NetWare volume:pathname. Both of + these fixes were necessary to fix mod_proxy problems on NetWare. + [Brad Nicholes ] + *) Fix a storage leak (a strdup() call) in mod_mime_magic. [Jeff Trawick]