On 3/14/23 10:06 AM, Yann Ylavic wrote:
> On Tue, Mar 14, 2023 at 9:21 AM Ruediger Pluem <rpl...@apache.org> wrote:
>>
>>
>> On 3/13/23 10:17 PM, yla...@apache.org wrote:
>>> Author: ylavic
>>> Date: Mon Mar 13 21:17:08 2023
>>> New Revision: 1908358
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1908358&view=rev
>>> Log:
>>> BNEG replaced by BNE= in mod_rewrite.
>>>
>>> Modified:
>>> httpd/test/framework/trunk/t/conf/extra.conf.in
>>> httpd/test/framework/trunk/t/modules/rewrite.t
>>
>> Currently the test suite fails on the 2.4.x branch as the new rewrite flags
>> are not known and two
>> further tests fail as the behavior in trunk and 2.4.x is different.
>> Do we want to fix rewrite.t such that it differs the tests more by version
>> (2.4.57 / 2.5.1) or do
>> we want to propose the new rewrite flags for backport quickly such that
>> these failures will go away soon.
>
> r1908374.
That answers my question :-). Unfortunately there is another test with the
BCTLS flag. Plus
[ "/modules/rewrite/escaping/redir/foo%20bar" => 302],
[ "/modules/rewrite/escaping/fixups/redir/foo%20bar" => 302],
deliver a 403 in 2.4.x.
Regards
Rüdiger