From: Ruediger Pluem Date: Wed, 4 Jan 2023 12:49:54 +0000 (+0000) Subject: * Add CHANGELOG for r1906379, r1906380 X-Git-Tag: 2.5.0-alpha2-ci-test-only~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a3f2329ce4229c7f12846460b0eb56bf3a6ee6;p=thirdparty%2Fapache%2Fhttpd.git * Add CHANGELOG for r1906379, r1906380 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906382 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/pr66403.txt b/changes-entries/pr66403.txt new file mode 100644 index 00000000000..551f38fd21b --- /dev/null +++ b/changes-entries/pr66403.txt @@ -0,0 +1,2 @@ + *) core: Improve the AH00124 error message about too many redirects by logging + the URI of the request. PR 66403 [Ruediger Pluem]