]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
change entry for removal of remote_user from mod_setenvif
authorAndré Malo <nd@apache.org>
Thu, 19 Aug 2004 23:37:51 +0000 (23:37 +0000)
committerAndré Malo <nd@apache.org>
Thu, 19 Aug 2004 23:37:51 +0000 (23:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104738 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 1a38a24eceff5b47cc097cf9d207249dc94201f9..8746b361265b39fea605d41b6e7191ab4f487dea 100644 (file)
@@ -1,5 +1,8 @@
 Changes with Apache 1.3.32
 
+  *) mod_setenvif: Remove "support" for Remote_User variable which
+     never worked at all. PR 25725.  [André Malo]
+
   *) mod_usertrack: Escape the cookie name before pasting into the
      regexp.  [André Malo]