In message <87liyte4a5....@qurzaw.varnish-software.com>, Tollef Fog Heen writes
:

>looks a whole lot more sane than:
>
>ban("req.url == req.url"); 

It would be:

        ban(req.url, '==', req.url)

Or possibly even

        ban("req.url", '==', req.url)

>Or are you worried about the case of req.url (or whatever you ban on)
>containing &&, || and similar characters?  

Also that.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
p...@freebsd.org         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-dev mailing list
varnish-dev@varnish-cache.org
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to