huguesalary / Magento-Varnish

This Magento extension provides a Real Full Page Caching for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes
Other
95 stars 18 forks source link

Mage::getUrl() bug for ESI blocks #5

Closed huguesalary closed 7 years ago

huguesalary commented 12 years ago

When a block is set as an ESI, a call to Mage::getUrl('*/*/myAction') inside the MyBlock.php file will return varnish/cache/myAction instead of myModule/myController/myAction.

This is a quite important bug to fix. I will fix it as soon as I can.