]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
"[mod_dav_fs etag handling] should really honor the FileETag setting".
authorGraham Leggett <minfrin@apache.org>
Sat, 27 Jun 2020 23:41:00 +0000 (23:41 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 27 Jun 2020 23:41:00 +0000 (23:41 +0000)
commit8de97e5fabff6069844cc14f41a4bcb7759d5cdc
treec301ae85767d05e69653d264bbb4c2c581b0aa21
parent1f6d74d465f2db2cbde89589989469296d8ca385
"[mod_dav_fs etag handling] should really honor the FileETag setting".
- It now does.
- Add "Digest" to FileETag directive, allowing a strong ETag to be
  generated using a file digest.
- Add ap_make_etag_ex() and ap_set_etag_fd() to allow full control over
  ETag generation.
- Add concept of "binary notes" to request_rec, allowing packed bit flags
  to be added to a request.
- First binary note - AP_REQUEST_STRONG_ETAG - allows modules to force
  the ETag to a strong ETag to comply with RFC requirements, such as those
  mandated by various WebDAV extensions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879285 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/core.xml
include/ap_mmn.h
include/http_core.h
include/http_protocol.h
include/httpd.h
modules/dav/fs/repos.c
modules/test/mod_dialup.c
server/core.c
server/util_etag.c