Closed (fixed)
Project:
Page Cache Query Ignore
Version:
2.4.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2025 at 14:21 UTC
Updated:
16 Jul 2026 at 12:55 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedI can't reproduce this bug as written.
Comment #3
victonator commentedSeems to be related to module Page Cache Query Ignore. I'm changing the project.
Comment #4
validoll commentedThis looks like the same class of issue as #3563815 — a redirect response being cached under the stripped cache key, then served to a request whose canonical URL did not contain the ignored parameter.
The new "Ignore redirects" option, added in 2.5.0 via #3563815, resolves this: redirect responses are cached under the core cache key (with the original query string) while normal 200 responses continue to use the stripped key.
Please update to 2.5.0, enable "Ignore redirects" in the settings form, and re-test with the reproduction steps you provided. Marking as fixed pending your confirmation.