qual-sig: Fix URL escaping when fetching the file
Compare changes
On July, 8th between 18:00 and 22:00 gitlab.tugraz.at may not be available (Reason: maintenance work / gitlab updates). We will upgrade to version 18.1.x. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/.
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.