#11192 bugz.fedoraproject.org/$package shortlinks broken
Closed: Fixed with Explanation by kevin. Opened by decathorpe.

It appears that links like no longer work. I only get generic "HTTP 403 Forbidden" error page from Apache, instead of the redirect to RHBZ.

As far as I can tell, this started happening today - I think it still worked when I used it yesterday.


Metadata Update from @phsmoura:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: Needs investigation, medium-gain, medium-trouble, ops

This was caused by a fix for CVE-2023-25690 in apache. It's now disallowing spaces in the redirect urls.

So, instead of \ it we should just urlencode it ( %20 ) and that fixes it. ;)

Metadata Update from @kevin:
- Issue close_status updated to: Fixed with Explanation
- Issue status updated to: Closed (was: Open)

:facepalm: well, at least it was a simple fix. Thanks! Can confirm that it works as expected again.

Metadata