]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixes necessary to allow mod_proxy to function correctly on NetWare.
authorBradley Nicholes <bnicholes@apache.org>
Tue, 21 Aug 2001 20:25:10 +0000 (20:25 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 21 Aug 2001 20:25:10 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90476 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 6ca851a1683ccc23f1572e4027e1f8fb14f4b6d3..c6bb74d48319bc17dc1739c323ead2a534064e16 100644 (file)
@@ -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 <BNICHOLES@novell.com>]
+
   *) Fix a storage leak (a strdup() call) in mod_mime_magic.  
      [Jeff Trawick]