Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use a weak ETag in If-Match #26

Open
RubenVerborgh opened this issue Oct 29, 2021 · 0 comments
Open

Do not use a weak ETag in If-Match #26

RubenVerborgh opened this issue Oct 29, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@RubenVerborgh
Copy link
Contributor

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.

@RubenVerborgh RubenVerborgh added the bug Something isn't working label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant