Fix crash for URLs without password
urllib.parse.unquote() request a string as first parameter. Check that parsed_url.password exists before calling it.
Fixes: APERTIS-5756
Signed-off-by: Frédéric Danis frederic.danis@collabora.com
🟠 v2026dev0 entered Soft Code Freeze/Hard Feature Freeze, only bug fixes will be accepted • schedule
urllib.parse.unquote() request a string as first parameter. Check that parsed_url.password exists before calling it.
Fixes: APERTIS-5756
Signed-off-by: Frédéric Danis frederic.danis@collabora.com