On 3/13/23 3:23 PM, Eric Covener wrote: > Yann, can you check out the failure I committed and see if it's me or > unintended? Everything else went pretty smooth and looks useful in a > bind. > > # Check /modules/rewrite/escaping/local_bctls_nospace/foo/bar/%20baz/%0d > for foo/bar/ baz%0d > # rewritten query 'foo%2fbar%2f+baz%2f%0d' > # expected: 'foo/bar/ baz%0d' > # received: 'foo%2fbar%2f+baz%2f%0d' > not ok 67 > > > RewriteRule ^/modules/rewrite/escaping/local_bctls_nospace/(.*) > /?$1 "[B= ?,BNEG,BCTLS]" I think the test is wrong. Due to BCTLS being set spaces get escaped. I think you should change the flags to "[B= ?,BNEG]" Regards RĂ¼diger
- Re: svn commit: r1908349 - in /httpd/test/framework/trunk/t... Eric Covener
- Re: svn commit: r1908349 - in /httpd/test/framework/tr... Ruediger Pluem
- Re: svn commit: r1908349 - in /httpd/test/framewor... Eric Covener
- Re: svn commit: r1908349 - in /httpd/test/fram... Ruediger Pluem
- Re: svn commit: r1908349 - in /httpd/test/... Yann Ylavic
- Re: svn commit: r1908349 - in /httpd/... Eric Covener
- Re: svn commit: r1908349 - in /ht... Yann Ylavic
- Re: svn commit: r1908349 - in... Eric Covener
- Re: svn commit: r1908349 - in... Yann Ylavic
- Re: svn commit: r1908349 - in... Yann Ylavic
- Re: svn commit: r1908349 - in... Eric Covener
- Re: svn commit: r1908349 - in... Yann Ylavic