[Varnish] #320: ESI fails with POST fails

Varnish varnish-bugs at projects.linpro.no
Wed Sep 17 03:16:50 CEST 2008


#320: ESI fails with POST fails
----------------------+-----------------------------------------------------
 Reporter:  kierank   |       Owner:  phk  
     Type:  defect    |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  varnishd  |     Version:  trunk
 Severity:  normal    |    Keywords:       
----------------------+-----------------------------------------------------
 Where the URL is requested with POST, the ESI fails.


 {{{

 sub vcl_recv {

 # Handle special requests
 if (req.request != "GET" && req.request != "HEAD")
 {

                 # POST - Logins and edits
                 if (req.request == "POST")
                 {
                         pass;
                 }
 }

 }}}

 The backend is not touched according to Apache Logs.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/320>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list