-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, source-pane will put any found ETag into the If-Match
header of its requests.
However, as discussed in solid/specification#340 (comment), servers MUST perform a strong comparison. Hence, when sending any weak ETag, comparison will always fail.
The source pane should thus not use a weak ETag, and perhaps use another semaphore mechanism.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working