Hi Yann,

Am 24.03.2020 um 14:04 schrieb Yann Ylavic:
On Tue, Mar 24, 2020 at 11:13 AM <rj...@apache.org> wrote:

Author: rjung
Date: Tue Mar 24 10:13:36 2020
New Revision: 1875569
[]

+my $limitrequestlinex2 = Apache::Test::config()->{vars}->{limitrequestlinex2};

s/linex2};/line} * 2;/ ?

The x2 variant is also used in

t/conf/extra.conf.in

RewriteCond expr "util_strlen(%{REQUEST_FILENAME}) -le @limitrequestlinex2@"

and since our expr doesn't allow arithmetic expressions (apart from comparison) I had to introduce the x2 variant. So once it is there I though it would be consistent to use it in both places. But of course, we could remove its use in the perl script. Do you have a strong preference?

Regards,

Rainer

Reply via email to