Closed (fixed)
Project:
Boost
Version:
6.x-1.0-beta1
Component:
Caching logic
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 21:47 UTC
Updated:
20 Jun 2009 at 08:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedshoot... the drupal/user page is getting cached; which can be used to login. drupal/user/login is not being served even though it is being cached.
Comment #2
mikeytown2 commentedNewer rules to match whats in boost_cache_directory()
Also found a bug this
should be this
Comment #3
mikeytown2 commentedAfter testing, boost/drupal is smart enough to not fail even though the login page is cached.
Here's the new set of rules to go in; makes sure if this happens again, it will not even serve those cached pages if they do exist.
Comment #4
mikeytown2 commentedproposed changes
Comment #5
mikeytown2 commentedminor fixes to above patch
Comment #6
mikeytown2 commentedhere's the correct file
Comment #7
mikeytown2 commentedj/k its here... i need to get some sleep.
Comment #8
mikeytown2 commentedcommitted