Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created March 14, 2009 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorgue/78947 to your computer and use it in GitHub Desktop.
Save igorgue/78947 to your computer and use it in GitHub Desktop.
Index: google/appengine/tools/dev_appserver.py
===================================================================
--- google/appengine/tools/dev_appserver.py (revision 41)
+++ google/appengine/tools/dev_appserver.py (working copy)
@@ -877,10 +877,10 @@
normcase=normcase):
relative_filename = logical_filename[len(FakeFile._root_path):]
- if FakeFile._skip_files.match(relative_filename):
- logging.warning('Blocking access to skipped file "%s"',
- logical_filename)
- return False
+ #if FakeFile._skip_files.match(relative_filename):
+ #logging.warning('Blocking access to skipped file "%s"',
+ #logical_filename)
+ #return False
if FakeFile._static_file_config_matcher.IsStaticFile(relative_filename):
logging.warning('Blocking access to static file "%s"',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment