From: Joe Orton Date: Fri, 30 Jan 2004 13:26:23 +0000 (+0000) Subject: Backports done. X-Git-Tag: 2.0.49~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77d893ad9f4ee86747e72ca5b49a44349fa865de;p=thirdparty%2Fapache%2Fhttpd.git Backports done. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102463 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 68827b98000..a3d7d848803 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/29 21:47:03 $] +Last modified at [$Date: 2004/01/30 13:26:23 $] Release: @@ -86,26 +86,6 @@ PATCHES TO BACKPORT FROM 2.1 jerenkrantz: Why is rm not application/vnd.rn-realmedia as in PR 26079? +1: nd, trawick - * Don't include newlines in strings passed to ap_log_error; cosmetic fix - for common startup failures which otherwise now include escaped newlines. - (regression since 2.0.48) - http://cvs.apache.org/viewcvs/httpd-2.0/server/main.c.diff?r1=1.152&r2=1.150 - +1: jorton, trawick, nd - - * Fix for possible memory corruption from ap_make_method_list. - http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/http/http_protocol.c?r1=1.475&r2=1.476 - +1: jorton, trawick, nd - - * mod_ssl: Fix streaming of nph- CGI scripts over SSL. - http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.113&r2=1.114 - PR: 21944 - +1: jorton, trawick, jerenkrantz - - * mod_ssl: Fix for possible segfault on ssl_var_lookup for SSL_SESSION_ID. - http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.29&r2=1.30 - PR: 15057 - +1: jorton, trawick, nd - * proxy_http fix: mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled, and a non-200 response without a body is generated by the backend server. @@ -119,14 +99,6 @@ PATCHES TO BACKPORT FROM 2.1 server/core.c r1.255, r1.256 +1: bnicholes, nd, jerenkrantz - * mod_dav: Reject requests including fragment part in the Request-URI. - http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.102&r2=1.103 - PR: 21779 - +1: jorton, nd, jerenkrantz - nd asks: Should we make it runtime configurable either to 400, drop the - fragment or just treat it as part of the filename? - (ok, convinced after discussion on dev@) - * Fix segfault in mod_mem_cache cache_insert() due to cache size becoming negative. PR: 21285, 21287 http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_mem_cache.c?r1=1.99&r2=1.100