Comment 4 for bug 1435938

Revision history for this message
Thomas Berezansky (tsbere) wrote :

I added a $r->no_cache(1); to the "clear the cache" response. This causes mod_perl to set:

  Pragma: no-cache
  Cache-control: no-cache

In quick testing this appears to be sufficient to deal with the "clear cache response was cached" issue.

The branch above has been updated with the new commit.