Drupal 7.22
Global Redirect 7.x-1.5
Redirect 7.x-1.0-rc1
Boost 7.x-1.0-beta2

if enable only redirect or boost it works
but enable both module it does not work

Comments

Mentor.37’s picture

Same problem here.
Any news?

hoosierdrupalguy’s picture

Issue summary: View changes

Same problem here. Any updates at all?

azinck’s picture

Status: Active » Closed (works as designed)

There 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.