-
Committer:
Jacques Distler
-
Date:
2008年12月18日 15:21:26 UTC
-
Revision ID:
distler@golem.ph.utexas.edu-20081218152126-ogg3oi0msfbue540
Drop hostname from cache key
By default, Rails will cache
example.com/mywiki/show/SomePage
and
www.example.com/mywiki/show/SomePage
In Instiki, this just leads to stale cached pages and frustration.
Fix that behaviour.