mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
In a recent apache update they fixed CVE-2023-25690 which now disallowes redirects with spaces in them. So, just urlencode the space instead of trying to escape it and it should redirect correctly. Signed-off-by: Kevin Fenzi <kevin@scrye.com>