diff options
author | Graham Leggett <minfrin@apache.org> | 2021-06-24 12:27:49 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2021-06-24 12:27:49 +0200 |
commit | 95592b5dda6c7e4876f5674976f5c7902b330cd2 (patch) | |
tree | fbe581ba59a136c84b18d3b65c886a92900123e1 /CHANGES | |
parent | fr doc rebuild. (diff) | |
download | apache2-95592b5dda6c7e4876f5674976f5c7902b330cd2.tar.xz apache2-95592b5dda6c7e4876f5674976f5c7902b330cd2.zip |
dbm: Split the loading of a dbm driver from the opening of a dbm file. When
an attempt to load a dbm driver fails, log clearly which driver triggered
the error (not "default"), and what the error was.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When + an attempt to load a dbm driver fails, log clearly which driver triggered + the error (not "default"), and what the error was. [Graham Leggett] + *) core: Fix a regression that stripped the ETag header from 304 responses. PR 61820 [Ruediger Pluem, Roy T. Fielding] |