Purge Queuer Redirect
Component ID
2919136
Component name
Purge Queuer Redirect
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Integrate purge with redirect module to do purge task for the edge case.
Here is the scenario:
- Publish node/123
- Unpublish node/123
- Visit node/123 as an anonymous user, get access denied
- Add a redirect link from node/123 to node/321
- Logged in users can go the node/123 and they will be redirected to node/321
- Anonmous users will still see node/123 as access denied untill the external cache is cleared
This module provides queuer for redirect module to purge the source link when a new redirect link is created.
Here is another thread talking about this issue #2506495: Support manual purge on URL redirects and aliases.