[Varnish] #681: problems using regular expressions with varnishlog

Varnish varnish-bugs at varnish-cache.org
Tue May 18 17:27:40 CEST 2010


#681: problems using regular expressions with varnishlog
---------------------------+------------------------------------------------
 Reporter:  danielpicolli  |       Owner:  phk                           
     Type:  defect         |      Status:  new                           
 Priority:  normal         |   Milestone:  Varnish 2.1 release           
Component:  varnishlog     |     Version:                                
 Severity:  critical       |    Keywords:  regular expressions varnishlog
---------------------------+------------------------------------------------

Comment(by rkferreira):

 Hi,

 In my tests, this is a simple mistake at VSL_NextLog function in
 "lib/libvarnishapi/shmlog.c" at line 350.
 I changed that, and it works fine.


 <                       i = VRE_exec(vd->regexcl,

 ---

 >                       i = VRE_exec(vd->regincl,


 Att.,

 Rodrigo Kellermann Ferreira

-- 
Ticket URL: <http://varnish-cache.org/ticket/681#comment:1>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list