From: Ruediger Pluem Date: Thu, 25 Jul 2013 11:22:34 +0000 (+0000) Subject: * Vote X-Git-Tag: 2.2.26~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cc0328db0fcc03580e5a07ca555742c827d43a;p=thirdparty%2Fapache%2Fhttpd.git * Vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1506899 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cebe9560078..e7b37e98424 100644 --- a/STATUS +++ b/STATUS @@ -112,7 +112,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1485409 2.4.x patch: http://svn.apache.org/r1485723 2.2.x patch: trunk works - +1: minfrin, rjung + +1: minfrin, rjung, rpluem wrowe wonders why we copy and don't simply return the identity on no-change rjung: From an API point of view the function - as well as the html escape functions - takes a const char* and returns a plain char *. So a consumer would be free @@ -122,7 +122,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_dav; Teeny patch to fix #55304 trunk: http://svn.apache.org/r1506714 - +1: gstein, wrowe + +1: gstein, wrowe, rpluem * mod_ssl: Compare SNI hostname against Host header case-insensitively. PR: 49491