]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
nit: 1861542,r1861569 were both mine
authorEric Covener <covener@apache.org>
Wed, 30 Aug 2023 12:41:50 +0000 (12:41 +0000)
committerEric Covener <covener@apache.org>
Wed, 30 Aug 2023 12:41:50 +0000 (12:41 +0000)
URL: http://svn.apache.org/viewvc?rev=1911934&view=rev
Log:
Backport to v2.4:

  *) mod_alias: Add RedirectRelative to allow relative redirect targets to be
     issued as-is.
     Trunk version of patch:
        https://svn.apache.org/r1861542
        https://svn.apache.org/r1861569
     Backport version for 2.4.x of patch:
      Trunk version of patch works
       svn merge -c 1861542,r1861569 ^/httpd/httpd/trunk .
     +1: minfrin, covener, icing

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

CHANGES

diff --git a/CHANGES b/CHANGES
index a14346d45ed2501c4c583146380f1b862ba23a35..9fea3219bd2230f566c599bcdc43d60592f14036 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
 Changes with Apache 2.4.58
 
   *) mod_alias: Add RedirectRelative to allow relative redirect targets to be
-     issued as-is. [Graham Leggett]
+     issued as-is. [Eric Covener, Graham Leggett]
 
   *) core: Add formats %{z} and %{strftime-format} to ErrorLogFormat, and make
      sure that if the format is configured early enough it applies to every log