On Thu, Jul 06, 2023 at 10:58:07PM +0200, Christophe JAILLET wrote: > Le 06/07/2023 à 18:11, jor...@apache.org a écrit : > > Author: jorton > > Date: Thu Jul 6 16:11:56 2023 > > New Revision: 1910820 > > > > URL: http://svn.apache.org/viewvc?rev=1910820&view=rev > > Log: > > Merge r1875355 from trunk: > > > > * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't stop > > Certificate Revoked messages. > > > > Certificate Revoked Responder messages don't belong to 'error' class. > > When the server receives one, it MUST be passed on to the client. > > And stored for the normal period of basic responses. > > > > Also don't log an error each time it is retrieved from cache, > > only once when it is retrieved from the OCSP responder. > > > > PR: 60182 > > Obtained from: > > https://github.com/apache/httpd/commit/7db9795f45fd4688ceb13ee36090e4e2becbc709.diff > > Submitted by: <gmoniker gmail.com> > > Reviewed by: gbechis, icing, ylavic > > Hi, > > I've not seen it in STATUS. > > I'm a bit distant this days, so I may have missed something, but usually > STATUS is updated just before or after a commit, and I don't see it either.
Hi Christophe - this was voted for in STATUS under "Fix for BZ 66626" though I missed that the bug number mentioned is different to the commit message. I've fixed the changes entry just now since 66626 is the right one. https://github.com/apache/httpd/blob/2.4.x/STATUS#L196 Thanks for checking & thanks for fixing my typo too. Regards, Joe