Loading CHANGES +2 −0 Original line number Diff line number Diff line Changes with Apache 2.0.52 *) Use HTML 2.0 <hr> 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 <jessh ptc.com>] Loading STATUS +1 −5 Original line number Diff line number Diff line APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2004/09/23 17:08:25 $] Last modified at [$Date: 2004/09/23 17:27:20 $] Release: Loading Loading @@ -100,10 +100,6 @@ PATCHES TO BACKPORT FROM 2.1 in this patch. minfrin: The excess "else" condition has been removed in v1.10. *) Use HTML 2.0 <hr> 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 Loading modules/http/http_protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -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.</p>\n", NULL); } ap_rvputs_proto_in_ascii(r, ap_psignature("<hr />\n", r), NULL); ap_rvputs_proto_in_ascii(r, ap_psignature("<hr>\n", r), NULL); ap_rvputs_proto_in_ascii(r, "</body></html>\n", NULL); } ap_finalize_request_protocol(r); Loading Loading
CHANGES +2 −0 Original line number Diff line number Diff line Changes with Apache 2.0.52 *) Use HTML 2.0 <hr> 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 <jessh ptc.com>] Loading
STATUS +1 −5 Original line number Diff line number Diff line APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2004/09/23 17:08:25 $] Last modified at [$Date: 2004/09/23 17:27:20 $] Release: Loading Loading @@ -100,10 +100,6 @@ PATCHES TO BACKPORT FROM 2.1 in this patch. minfrin: The excess "else" condition has been removed in v1.10. *) Use HTML 2.0 <hr> 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 Loading
modules/http/http_protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -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.</p>\n", NULL); } ap_rvputs_proto_in_ascii(r, ap_psignature("<hr />\n", r), NULL); ap_rvputs_proto_in_ascii(r, ap_psignature("<hr>\n", r), NULL); ap_rvputs_proto_in_ascii(r, "</body></html>\n", NULL); } ap_finalize_request_protocol(r); Loading