Closed (fixed)
Project:
ESI: Edge Side Includes
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2011 at 02:19 UTC
Updated:
15 Mar 2012 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedMoving to 6.x-2.x
Comment #2
mikeytown2 commentedComment #3
cmlaraWith the commit of #985198: Add panel support to ESI those using the default VCL need to make a minor change.
if( req.url ~ "^/esi/block" ) {should be changed to
if( req.url ~ "^/esi/" ) {since we now have /esi/panels_pane in addition to /esi/blocks
Comment #4
mikeytown2 commentedThis is the patch that has been committed.