Which app is this bug report for?
client
Issue description
Currently when trying to fetch a file with name like "Foo bar.png" doesn't work because of the space in it.
The website fetch Foo%20bar.png (uri encoded that is the right way to do that), but the client don't decode it and try to find a file named Foo%20bar.png instead of Foo bar.png.
Code sample
Versions
latest
Issue priority
Low (slightly annoying)
I have tested this issue on a development release
No response
Which app is this bug report for?
client
Issue description
Currently when trying to fetch a file with name like "Foo bar.png" doesn't work because of the space in it.
The website fetch
Foo%20bar.png(uri encoded that is the right way to do that), but the client don't decode it and try to find a file namedFoo%20bar.pnginstead ofFoo bar.png.Code sample
Versions
latest
Issue priority
Low (slightly annoying)
I have tested this issue on a development release
No response