[Varnish] #1121: Escaped double quote mark within a regex is not recognized

Varnish varnish-bugs at varnish-cache.org
Mon Apr 23 18:39:13 CEST 2012


#1121: Escaped double quote mark within a regex is not recognized
-------------------------+--------------------------------------------------
  Reporter:  gnotaras    |        Type:  defect
    Status:  closed      |    Priority:  normal
 Milestone:              |   Component:  build 
   Version:  3.0.2       |    Severity:  normal
Resolution:  worksforme  |    Keywords:        
-------------------------+--------------------------------------------------
Changes (by phk):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 In general: use "long-strings" in VCL: they don't need quoting for magic
 chars.

 {{{
 if (req.url ~ {"No Quote Problem "foobar" -- See ? "}) {
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1121#comment:3>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list