From: Eric Covener Date: Fri, 14 Oct 2016 15:11:56 +0000 (+0000) Subject: propose PR58292 fix. X-Git-Tag: 2.4.24~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2baf5c149533994b75b52940360e8247b80e6b0e;p=thirdparty%2Fapache%2Fhttpd.git propose PR58292 fix. old patch I forgot to backport and don't remember found by a new user on 2.4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1764930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 04772e3dc41..d938f6c7f32 100644 --- a/STATUS +++ b/STATUS @@ -222,6 +222,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: added to CFLAGS because when combined with -Wstrict-prototypes, the AC_LANG_PROGRAM won't compile (it uses a bare main()). + *) core: avoid adding multiple subrequest filters when there are nested + subrequests. PR58292 + trunk patch: http://svn.apache.org/r1698239 + 2.4.x patch: trunk works + +1: covener + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if