Skip to content

Fix ETag Handling #68

@no-reply

Description

@no-reply

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions