Skip to content
Snippets Groups Projects
Commit 180d82a7 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

qual-sig: Fix URL escaping when fetching the file

There was a workaround for deriving the filename from the source filename
because characters like '#' didn't make it through.

Turns out this was just a bug some lines above where encodeURIComponent()
wasn't used as it should.

Use encodeURIComponent() when constructing the URL and remove the
workaround.
parent bfac70b6
No related branches found
No related tags found
1 merge request!13qual-sig: Fix URL escaping when fetching the file
Pipeline #15648 passed