nodeSolidServer / nodeSolidServer/node-solid-server
Response header for requests to ACL resources serve weird header Link rel=acl
未關閉
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.8k
- 分支
- 308
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently NSS will serve a response with Link rel=acl that points to another ACL resource, e.g. https://megoth.solid.community/.acl will have a Link rel=acl that points to https://megoth.solid.community/.acl.acl.
I don't think the .acl.acl file pattern is allowed according to the spec, and I would suggest another solution. Perhaps change the Link to rel=acl self and point to the ACL resource itself? Or drop the Link header altogether?
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先閱讀連結的 Solid Web Access Control 規範中關於參照 ACL 資源本身的章節,然後重現對例如 /.acl 這類 ACL 資源的回應。判斷哪種 Link 標頭行為符合規範,並驗證對 ACL 資源的請求不再宣告錯誤的巢狀 ACL 目標。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- authorization, backend
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 32/100