Closed (fixed)
Project:
URLs queuer
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2017 at 15:16 UTC
Updated:
29 May 2018 at 19:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
adam.weingarten commentedComment #3
adam.weingarten commentedComment #4
pedrop commentedWorks for me, thanks!
Comment #5
vaibhavjainThis looks to be working good.
Steps to test:
# Login as a user, and visit a URL, say node/1.
# There is no entry to purge_queuer_url table.
# Visit the same page as Anonymous user, node/1
# There is an entry to purge_queuer_url table.
Comment #6
nielsvm commentedAlso did some serious testing on this one, especially in combination with the other patches that just went in (e.g. auto-cleaning of deleted URLs)... Works really well, nice!
Thanks!
Comment #9
les limThis caused a major regression, in which it's trivially easy to cause a URL to be removed from the purge_queuer_url traffic registry and prevent Drupal from ever invalidating the URL. See #2912139: Logged-in requests remove items from traffic registry #13 for an explanation and patch.