/[Apache-SVN]
ViewVC logotype

Revision 1879285


Jump to revision: Previous Next
Author: minfrin
Date: Sat Jun 27 23:41:00 2020 UTC (3 years, 10 months ago)
Changed paths: 10
Log Message:
"[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.


Changed paths

Path Details
Directoryhttpd/httpd/trunk/CHANGES modified , text changed
Directoryhttpd/httpd/trunk/docs/manual/mod/core.xml modified , text changed
Directoryhttpd/httpd/trunk/include/ap_mmn.h modified , text changed
Directoryhttpd/httpd/trunk/include/http_core.h modified , text changed
Directoryhttpd/httpd/trunk/include/http_protocol.h modified , text changed
Directoryhttpd/httpd/trunk/include/httpd.h modified , text changed
Directoryhttpd/httpd/trunk/modules/dav/fs/repos.c modified , text changed
Directoryhttpd/httpd/trunk/modules/test/mod_dialup.c modified , text changed
Directoryhttpd/httpd/trunk/server/core.c modified , text changed
Directoryhttpd/httpd/trunk/server/util_etag.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26