Closed (fixed)
Project:
Page Cache Query Ignore
Version:
8.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Apr 2020 at 11:42 UTC
Updated:
4 May 2020 at 05:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nicasso commentedComment #3
nicasso commentedComment #4
nterbogt commentedHi Nicasso,
What was the motivation behind pulling this out into a service? I don't see it being something that something outside the module would readily need; and it just adds to the service load of Drupal.
Comment #5
nterbogt commentedI would recommend a patch like this. It's a little more robust that using explodes and implodes.
I also wouldn't bother splitting this out into a service.
I've also updated the tests so that this can't become a regression issue.
Comment #6
nterbogt commentedSorry, poor patch.
Comment #8
nterbogt commentedI went with the second patch, because more testing of
?s[]=a&s[]=b&s[]=chad a different outcome.Merged to the branch and marked as fixed.