nodeSolidServer / nodeSolidServer/node-solid-server
Globbing request fails for URLs with spaces
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
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.
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
Reproduce the two data-browser cases: GET /public/xz/* and GET /public/x%20z/* after creating the corresponding notepads. Trace the URL globbing and encoded-space handling, then verify that both requests return complete Turtle documents rather than only the prefix line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100