From: Tim Duesterhus Date: Thu, 30 Nov 2023 15:41:16 +0000 (+0100) Subject: REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter X-Git-Tag: v2.9.0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f8349fbefab53335e434585b32e1eca077e05b1;p=thirdparty%2Fhaproxy.git REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter This is in preparation of a follow-up patch to fix the word converter. --- diff --git a/reg-tests/converter/field.vtc b/reg-tests/converter/field.vtc index 1243728c01..3b1d8198e3 100644 --- a/reg-tests/converter/field.vtc +++ b/reg-tests/converter/field.vtc @@ -32,6 +32,10 @@ client c1 -connect ${h1_fe_sock} { rxresp expect resp.status == 200 expect resp.http.found == "bar" + txreq -url "/foo//bar/baz" + rxresp + expect resp.status == 200 + expect resp.http.found == "" txreq -url "/foo" rxresp expect resp.status == 200