Some origin URLs might contain characters that need to be escaped when
setting an origin URL to a query parameter.
So ensure to properly encode them to avoid 404 errors.
Closes T2584
Differential D3934
assets,templates: Add missing origin URL query parameters encoding Authored by anlambert on Sep 11 2020, 6:07 PM.
Details
Some origin URLs might contain characters that need to be escaped when So ensure to properly encode them to avoid 404 errors. Closes T2584
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D3934 (id=13862)Rebasing onto 8545e0a445... Current branch diff-target is up to date. Changes applied before testcommit c2033769a5161a0a518b8d4ad39ce78f879a3c3c
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date: Fri Sep 11 18:01:58 2020 +0200
assets,templates: Add missing origin URL query parameters encoding
Some origin URLs might contain characters that need to be escaped when
setting an origin URL to a query parameter.
So ensure to properly encode them to avoid 404 errors.
Closes T2584See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/359/ for more details. |