nodeSolidServer / nodeSolidServer/node-solid-server
Globbing request fails for URLs with spaces
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
If I create a "Notepad" with the data-browser, name it "/public/xz" and GET "/public/xz/*" I get a nicely formatted Turtle document back.
If instead I create the notepad at "/public/x z" and then GET "/public/x%20z/*" I only get a single line "@prefix : <#>." and nothing else.
I would have expected both URLs to return a complete Turtle document.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在创建相应的记事本后,重现数据浏览器的两个案例:GET /public/xz/* 和 GET /public/x%20z/*。跟踪 URL globbing 和编码空格的处理,然后验证两个请求都返回完整的 Turtle 文档,而不只是 prefix 行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100