From: Graham Leggett
for error pages. PR 30732
X-Git-Tag: 2.0.52~3
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b102aa437044a828d9e96021bb6822f4f7dc2e;p=thirdparty%2Fapache%2Fhttpd.git
Backport: Use HTML 2.0
for error pages. PR 30732
PR:
Obtained from:
Submitted by: nd
Reviewed by: nd, jorton, trawick, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105271 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/CHANGES b/CHANGES
index b02c228bb69..d956cfc6bc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
Changes with Apache 2.0.52
+ *) Use HTML 2.0
for error pages. PR 30732 [André Malo]
+
*) Fix the global mutex crash when the global mutex is never allocated
due to disabled/empty caches. [Jess Holle
for error pages. PR 30732
- modules/http/http_protocol.c: r1.483
- +1: nd, jorton, trawick, jerenkrantz
-
*) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
(2.0 + 1.3)
http://www.apache.org/~nd/dbmmap_1.3.patch
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index f99bec83d7c..d9e56ff4c4e 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -2411,7 +2411,7 @@ AP_DECLARE(void) ap_send_error_response(request_rec *r, int recursive_error)
"\nerror was encountered while trying to use an "
"ErrorDocument to handle the request.