nodeSolidServer / nodeSolidServer/node-solid-server
Review E-Tag support
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
From https://github.com/Otto-AA/solid-acl-utils/issues/1#issuecomment-560094697 :
NSS support for etags and if-match is currently not available (weak etags -> if-match gets ignored; etags not provided on GET requests; if-match maybe completely ignored by NSS)
ETag-based versioning is pretty basic, important functionality for a pod server.
We should find out if it actually works properly in NSS currently, and maybe @kjetilk can also add it to the Solid test-suite! :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by checking how NSS handles ETag and If-Match requests, including weak ETags and ETags on GET responses, then compare the behavior with the referenced Solid test-suite expectations. Done means documenting whether versioning works correctly and identifying any required server or test changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100