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:

  1. Publish node/123
  2. Unpublish node/123
  3. Visit node/123 as an anonymous user, get access denied
  4. Add a redirect link from node/123 to node/321
  5. Logged in users can go the node/123 and they will be redirected to node/321
  6. 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.