There is an infinite loop on staging of 5059 when user clicks on the link "stuur uw idee" that leads to this page: /nl/ideeenbus

The infinite loop comes from the fact that "Path-auto" redirects in one direction while "URL redirect" redirects in the other:

URL redirect: ideeenbus -> node/19
URL alias: node/19 -> ideeenbus

Comments

stefan.r’s picture

Title: Infinite Loop on 5059.stg.fedict.be » Infinite Loop on 5059
stefan.r’s picture

Title: Infinite Loop on 5059 » Infinite Loop when URL redirect source matches URL alias destination
stefan.r’s picture

Status: Active » Fixed

Patched the redirect module to ignore circular redirects.

See #1796596: Fix and prevent circular redirects

bart.hanssens’s picture

Issue tags: +release1.2
stefan.r’s picture

Assigned: stefan.r » bart.hanssens
stefan.r’s picture

Issue summary: View changes

Clarified description

bart.hanssens’s picture

Issue summary: View changes
Status: Fixed » Closed (cannot reproduce)
stefan.r’s picture

Status: Closed (cannot reproduce) » Closed (fixed)

Assuming "cannot reproduce" means "cannot reproduce on 1.2" and thus "fixed" :)

  • Commit 5f730a9 on 7.x-1.x, 7.x-1.7 by stefan.r:
    Issue #2115081 by ThaeBo: Fixed Infinite Loop when URL redirect source...

  • Commit 5f730a9 on 7.x-1.x, 7.x-1.8 by stefan.r:
    Issue #2115081 by ThaeBo: Fixed Infinite Loop when URL redirect source...