Skip to content

Handle uri encode specials characters #99

Description

@Exeloo

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

Image Image Image

Versions

latest

Issue priority

Low (slightly annoying)

I have tested this issue on a development release

No response

Metadata

Metadata

Assignees

Labels

app:clientRelated to client appbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions