Skip to content
Snippets Groups Projects
  • Reiter, Christoph's avatar
    180d82a7
    qual-sig: Fix URL escaping when fetching the file · 180d82a7
    Reiter, Christoph authored
    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.
    180d82a7
    History
    qual-sig: Fix URL escaping when fetching the file
    Reiter, Christoph authored
    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.