Problem/Motivation
First requests to the httpKernel will cache request properly but the following requests handled by the same httpKernel instance will return the same response that was cached for the first request.
Proposed resolution
Add check for the comparison of cached cid and current cid in the getCacheId() method of the Drupal\page_cache\StackMiddleware\PageCache class.
Remaining tasks
-
User interface changes
-
API changes
-
Data model changes
-
Release notes snippet
-