? boost-517962.patch
? boost-797136_1.patch
? boost-842756.patch
? boost-915680.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.392
diff -u -p -r1.3.2.2.2.5.2.392 boost.module
--- boost.module	19 Sep 2010 00:50:26 -0000	1.3.2.2.2.5.2.392
+++ boost.module	19 Sep 2010 03:11:40 -0000
@@ -2393,6 +2393,7 @@ function boost_is_cacheable($path) {
       || strpos($GLOBALS['_boost_query'], "\\")
       || strpos($full, '..') !== FALSE
       || strpos($full, "\0") !== FALSE
+      || strpos($full, "://") !== FALSE
       || count(explode('/', $path)) > BOOST_MAX_PATH_DEPTH
       || !empty($_GET['destination'])
     ) {
