Commit 29a635fc authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r3468: Add regression test for #409



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3661 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ff9aafdc
# $Id$
test "Regression test for ticket 409"
varnish v1 -badvcl {
sub vcl_recv {
if ( req.url ~ ! "\.(png|jpg|gif|js|css)$" ) {
return (pass);
}
}
}
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