From: Yann Ylavic Date: Sun, 2 Nov 2014 22:25:11 +0000 (+0000) Subject: Vote, comment. X-Git-Tag: 2.4.11~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c336b942f1d09ea66bded2c99fb567f0c5f18a41;p=apache Vote, comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1636202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2156aad82f..d4e5cec280 100644 --- a/STATUS +++ b/STATUS @@ -177,7 +177,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_buffer: Forward flushed input data immediatly and avoid (unlikely) access to freed memory. trunk patch: http://svn.apache.org/r1632742 - http://svn.apache.org/r1634836 + http://svn.apache.org/r1634836 (CHANGES entry) 2.4.x patches: trunk works (modulo CHANGES). +1: ylavic @@ -186,18 +186,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/r1622450 2.4.x patch: trunk works +1: jkaluza + ylavic: there may still be an off by 1 (http://mail-archives.apache.org/mod_mbox/httpd-dev/201411.mbox/%3CCAKQ1sVPTHoM9kPLuXcMnO2hGhEgBtnN4K_ORN12QoBmGioNjWg%40mail.gmail.com%3E) * mod_cgi: Log CGI script stderr to ScriptLog, use APLOGNO for log_scripterror errors. trunk patch: http://svn.apache.org/r1626978 2.4.x patch: trunk works +1 jkaluza + ylavic: shouldn't we also (still) log on ErrorLog, at least on 2.4.x? + The log_script_err() line may somewhere be expected in error_log. + The new AH* in script_log could also cause parsing issues, but I'm + fine with this personnaly. * core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 trunk patch: http://svn.apache.org/r1635762 2.4.x patch: trunk works - +1 covener + +1 covener, ylavic OTHER PROPOSALS