nodeSolidServer / nodeSolidServer/node-solid-server
Server should include the Last-Modified header
@knishkagithub is already working on this.
Since Oct 7, 2024.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Server MUST generate a Last-Modified header field in response to GET and HEAD requests.
https://solidproject.org/ED/protocol#server-last-modified-includes
Servers are strongly discouraged from exposing information beyond the minimum amount necessary to enable a feature.
https://solidproject.org/ED/protocol#exposing-information
So, the implementation should only expose the Last-Modified header when access is granted to the request target, i.e., when user or public has Read access to the resource. This is typically aligned with the 200 response.
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.
Assessment
This issue has not been assessed yet.