Bug#1033284: apache2 2.4.56-1 redirects not normal working appeared %3f

2023-03-31 Thread Robert Willert
This Bug with $3f added is fixed in apache trunk r1908813.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66547



Bug#1033284: apache2 2.4.56-1 redirects not normal working appeared %3f

2023-03-21 Thread Martin Hentschel

Dear Debian-Team,

We also had a problem with broken redirects after upgrading to 2.4.56-1. 
The cause seemed to be, that the REQUEST_URI contained the complete URL 
and not only the request path. Downgrading back to 2.4.54-1 fixed it.


Thanks - Martin



Bug#1033284: apache2 2.4.56-1 redirects not normal working appeared %3f

2023-03-21 Thread alex

Package: apache2
Version: 2.4.56-1


Hello.
I used to redirect
RewriteRule ^test\.php$https://www.test.com/? [R=301,L]

Result
test.com/test.php 301 >https://www.test.com/


After upgrading to the 2.4.56-1
Result
test.com/test.php 301 >https://www.test.com/%3f

What is the problem can you fix it?