Unverified Commit 1996366d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Nils Goroll

vtc: Test case for #3706

parent 46bbfe25
varnishtest "Null regex subject in ban expression"
server s1 {
rxreq
txresp
} -start
varnish v1 -vcl+backend { } -start
client c1 {
txreq
rxresp
expect resp.status == 200
} -run
varnish v1 -cliok "ban req.http.nonexistent ~ foo"
client c1 -run
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment