If one of the URL links to parse contains a comma character, the parsing
was incorrect.
So fix that issue by updating the regexp use to format the links for
display in the API Web UI.
Related to T3967
Differential D7213
common/swh_templatetags: Fix parsing issue in urlize_header_links anlambert on Feb 21 2022, 5:43 PM. Authored by Tags None Subscribers None
Details
If one of the URL links to parse contains a comma character, the parsing So fix that issue by updating the regexp use to format the links for Related to T3967
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D7213 (id=26143)Rebasing onto 55aa143db8... Current branch diff-target is up to date. Changes applied before testcommit 937a1d59c592e2effc4d1131a06897df19ee8cfa Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Feb 21 17:38:13 2022 +0100 common/swh_templatetags: Fix parsing issue in urlize_header_links If one of the URL links to parse contains a comma character, the parsing was incorrect. So fix that issue by updating the regexp use to format the links for display in the API Web UI. Related to T3967 Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1394/ Comment Actions Build is green Patch application report for D7213 (id=26143)Rebasing onto 55aa143db8... Current branch diff-target is up to date. Changes applied before testcommit 937a1d59c592e2effc4d1131a06897df19ee8cfa Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Feb 21 17:38:13 2022 +0100 common/swh_templatetags: Fix parsing issue in urlize_header_links If one of the URL links to parse contains a comma character, the parsing was incorrect. So fix that issue by updating the regexp use to format the links for display in the API Web UI. Related to T3967 See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1395/ for more details. |