nodeSolidServer / nodeSolidServer/node-solid-server
Inconsistent use of URI encoded
Open
@jaxoncreed is already working on this.
Since Apr 29, 2019.
regression
test-case
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Please describe what you did in reproducible steps
fileName :
Draft of 'New Tiddler' new tiddler.json
File created :
Draft%20of%20%27New%20Tiddler%27%20new%20tiddler.json
When I want to delete using the fileName Draft of 'New Tiddler' new tiddler'.json I got :
error 404 file not found : Draft%20of%20'New%20Tiddler'20new%20tiddler.json
The ' is not treated as %27
How did it work with 4.x series servers?
There is no error, files are not URI encoded
What happened when you tried the same with the 5.x series server?
Error 404 file not found
Any material that will help, logs, error messages, etc.
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.