Properly encode URL components
Otherwise, special characters (e.g. +
) in the idaSystemURL will be
interpreted as encoded data and converted to spaces. Which means that, say,
git+https
will end up as git https
. And then Bad Stuff (tm) happens.
Merge request reports
Activity
assigned to @ghughes1066
mentioned in merge request esap-api-gateway!214 (closed)
mentioned in merge request esap-api-gateway!213 (closed)
requested review from @ghughes1066
assigned to @swinbank
unassigned @ghughes1066
mentioned in commit d622eabe
Please register or sign in to reply