Changes between Initial Version and Version 1 of Ticket #906
- Timestamp:
- 2013-08-02T03:02:05Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #906 – Description
initial v1 1 There is support for HTTP ETags on immutable files in the current webapi code , although it isn't entirely clear that this is working as intended (see #443). However ETags are not supported for mutable files or directories. According to #443, the ETag for a mutable file/directory should be set to the current roothash value.1 There is support for HTTP ETags on immutable files in the current webapi code ~~, although it isn't entirely clear that this is working as intended (see #443)~~. However ETags are not supported for mutable files or directories. According to #443, the ETag for a mutable file/directory should be set to the current roothash value. 2 2 3 3 If you like this ticket, you might also like #413 (mutable files: expose version info to HTTP clients?).