Needs review
Project:
Purge
Version:
8.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2022 at 14:16 UTC
Updated:
24 Feb 2026 at 19:39 UTC
Jump to comment: Most recent
Cache tags for placeholders are bubbled by HtmlResponseSubscriber::onRespond(), this event subscriber has the same priority as CacheableResponseSubscriber::onRespond() (0).
This causes several problems:
HtmlResponseSubscriber and CacheableResponseSubscriberTry to create an event subscriber that alters the placeholder cache tags before the Cache-Tags header is generated.
CacheableResponseSubscriber should use a lower priority.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
prudloff commentedComment #4
prudloff commentedThe failing phpunit tests seem to be unrelated: #3575520: Invalid data provider in phpunit test