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.
We have a few problems with ETag handling:
If-Match, we use weak.If-Match(since we don't generate strong ETags).Discussion of this issue within the LDP WG is in this thread.