nodeSolidServer / node-solid-server

Solid server on top of the file-system in NodeJS
https://solidproject.org/for-developers/pod-server
Other
1.78k stars 298 forks source link

Globbing request fails for URLs with spaces #993

Open JornWildt opened 5 years ago

JornWildt commented 5 years ago

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.

michielbdejong commented 5 years ago

Postponing while globbing might be removed from the spec