Skip to content

Commit 297b130

Browse files
committed
AC-11819::Built-in FPC cache is broken in 2.4.7 for some configurations
1 parent 9a87682 commit 297b130

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@
4444
<preference for="Magento\PageCache\Model\VclGeneratorInterface" type="Magento\PageCache\Model\Varnish\VclGenerator"/>
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"/>
47-
4847
<preference for="Magento\Framework\App\PageCache\IdentifierInterface" type="Magento\PageCache\Model\App\Request\Http\IdentifierForSave"/>
4948
</config>

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,4 @@
3131
<argument name="identifierForSave" xsi:type="object">Magento\PageCache\Model\App\Request\Http\IdentifierForSave</argument>
3232
</arguments>
3333
</type>
34-
35-
<type name="Magento\PageCache\Model\App\Request\Http\IdentifierForSave">
36-
<arguments>
37-
<argument name="identifierStoreReader" xsi:type="object">Magento\PageCache\Model\App\Request\Http\IdentifierStoreReader</argument>
38-
</arguments>
39-
</type>
40-
<type name="Magento\Framework\App\PageCache\Identifier">
41-
<arguments>
42-
<argument name="identifierStoreReader" xsi:type="object">Magento\PageCache\Model\App\Request\Http\IdentifierStoreReader</argument>
43-
</arguments>
44-
</type>
4534
</config>

0 commit comments

Comments
 (0)