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

Reply via email to