Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 300672

PageCache getCacheId doesn't compare cid of the following subrequests in subrequest queue calls.

$
0
0

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

-


Viewing all articles
Browse latest Browse all 300672

Trending Articles