From: William A. Rowe Jr Date: Wed, 7 Dec 2016 23:41:30 +0000 (+0000) Subject: Two issues noted by rpluem X-Git-Tag: 2.4.24~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d08d4cd625c713a361a0d7b2615ff79bc250a0;p=thirdparty%2Fapache%2Fhttpd.git Two issues noted by rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1773164 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 35076ae2052..38b5cffee52 100644 --- a/STATUS +++ b/STATUS @@ -148,6 +148,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: jailletc36: compatibility note missing in the XML file jim: Will address during commit + *) Propose we apr_pstrdup constant r->protocol assignments, and always fail + entirely invalid protocols (expecting these are part two of a URL with + embedded raw SP characters), without considering 'strict'-ness. + Backports: r1773159 through merge branch commit r1773161 + Trunk patch: + https://svn.apache.org/r1773159 + 2.4.x patch: + https://svn.apache.org/r1773161 + +1: wrowe + + *) With oddball whitespace now disallowed, strictness makes no difference + in the two cases of field content handling. Noted by rpluem. + Backports: r1773162 through merge branch commit r1773163 + Trunk patch: + https://svn.apache.org/r1773162 + 2.4.x patch: + https://svn.apache.org/r1773163 + +1: wrowe + + PATCHES/ISSUES THAT ARE BEING WORKED [ New entried should be added at the START of the list ]