summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-04-11 20:49:05 +0200
committerEric Covener <covener@apache.org>2018-04-11 20:49:05 +0200
commit5d755688b120d21de932ce6851cecf9be7a4b97c (patch)
tree4631b50501186162a6244b8d4d4d58af45ad3026 /CHANGES
parentCOMPAT BREAK: This may change the hash keys used to cache privkeys (diff)
downloadapache2-5d755688b120d21de932ce6851cecf9be7a4b97c.tar.xz
apache2-5d755688b120d21de932ce6851cecf9be7a4b97c.zip
PR62186: preserve %<m for ErrorDocument internal redirects
*) core: Preserve the original HTTP request method in the '%<m' LogFormat when an path-based ErrorDocument is used. PR 62186. [Micha Lenk <micha lenk.info>] Submitted By: Micha Lenk Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3d8e69eb6..3ce88899e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Preserve the original HTTP request method in the '%<m' LogFormat
+ when an path-based ErrorDocument is used. PR 62186.
+ [Micha Lenk <micha lenk.info>]
+
*) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
used as drop-in replacements for unusable workers in the same load balancer set. This differs
from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim