-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
We have a few problems with ETag handling:
- RFC 7232 sec. 3.1 requires us to use strong validation on
If-Match
, we use weak. - Even our weak validation is incorrect; see RFC 7232 sec. 2.3.2.
- If we use strong validation, clients will never be able to use
If-Match
(since we don't generate strong ETags).
Discussion of this issue within the LDP WG is in this thread.
Metadata
Metadata
Assignees
Labels
No labels