Skip to content

Commit 0324569

Browse files
committed
AC-11891::Built-in FPC cache is broken in 2.4.7 for some configurations
1 parent 5f68e5c commit 0324569

File tree

3 files changed

+1
-293
lines changed

3 files changed

+1
-293
lines changed

app/code/Magento/PageCache/Model/App/Request/Http/Identifier.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

app/code/Magento/PageCache/Test/Unit/Model/App/Request/Http/IdentifierTest.php

Lines changed: 0 additions & 224 deletions
This file was deleted.

app/code/Magento/PageCache/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
<preference for="Magento\PageCache\Model\VclTemplateLocatorInterface" type="Magento\PageCache\Model\Varnish\VclTemplateLocator"/>
4646
<preference for="Magento\PageCache\Model\Spi\PageCacheTagsPreprocessorInterface" type="Magento\PageCache\Model\PageCacheTagsPreprocessorComposite"/>
4747

48-
<preference for="Magento\Framework\App\PageCache\IdentifierInterface" type="Magento\PageCache\Model\App\Request\Http\Identifier"/>
48+
<preference for="Magento\Framework\App\PageCache\IdentifierInterface" type="Magento\PageCache\Model\App\Request\Http\IdentifierForSave"/>
4949
</config>

0 commit comments

Comments
 (0)