From: Kaspar Brand Date: Thu, 1 May 2014 05:58:27 +0000 (+0000) Subject: vote for SSLOCSPUseRequestNonce proposal X-Git-Tag: 2.4.10~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75dd2762bb0e84af5912ce604f7a368b47ddf629;p=apache vote for SSLOCSPUseRequestNonce proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e995cd182f..0a6ec9a078 100644 --- a/STATUS +++ b/STATUS @@ -181,14 +181,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.5-dev ref) http://svn.apache.org/r1591401 2.4.x patch: https://people.apache.org/~ylavic/httpd-2.4.x-SSLOCSPUseRequestNonce+manual-2.4.10-v2.patch - +1: ylavic - kbrand: sorry for not having caught this earlier (i.e. when committed - to trunk), but ocsp_use_request_nonce should actually be - defined as BOOL (like ocsp_force_default), and - ssl_cmd_SSLOCSPUseRequestNonce should set it to either TRUE - or FALSE (not SSL_ENABLED_TRUE or SSL_ENABLED_FALSE, which - applies to ssl_enabled_t). - ylavic: no pb, done in r1591401 (2.4.x patch updated to v2). + +1: ylavic, kbrand * mod_expires: don't add Expires header to error responses (4xx/5xx), be they generated or forwarded. PR 55669.