Closed (works as designed)
Project:
Global Redirect
Version:
7.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2013 at 08:52 UTC
Updated:
31 Dec 2014 at 19:52 UTC
Jump to comment: Most recent
Comments
Comment #1
Mentor.37 commentedSame problem here.
Any news?
Comment #2
hoosierdrupalguy commentedSame problem here. Any updates at all?
Comment #3
azinck commentedThere are a couple of ways to deal with this:
Patch the Redirect module so that it doesn't call drupal_get_path_alias so early: #2048137: Canonical redirect breaks path cache
Or patch core to prevent the path cache from getting polluted: #2400539: Path cache won't always contain the canonical alias, depending on order of calls to drupal_lookup_path()
Or do both since the Redirect patch is a no-brainer to remove abandoned code and the core patch might prevent other unwanted interactions in the future.
Either way I'm marking this as works as designed since it's not really Global Redirect's fault.