Authcache does not save pages to the cache, if they are redirects (e.g. drupal_goto() called or Location: header on response). When a page request was cancelled due to a redirect Authcache Debug sets a cookie on the response explaining the reason for the cancellation. This cookie is read and cleared the next time the debug widget is shown on a page.

However because the debug widget is not run on redirect-responses, the cancellation reason is shown to the user on the next page request, which happens to be the target location of the preceding redirect. This is misleading.

Comments

znerol’s picture

Ok, first commit here: f7bdcd0.

znerol’s picture

Status: Active » Needs review
znerol’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.