From 2491c6470303c608756bf124a2f3e099ae1dd3f2 Mon Sep 17 00:00:00 2001 From: gholt Date: Sat, 19 Feb 2011 13:09:20 -0800 Subject: [PATCH] staticweb: added a todo --- swift/common/middleware/staticweb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swift/common/middleware/staticweb.py b/swift/common/middleware/staticweb.py index d9fdc196af..319d6a28f4 100644 --- a/swift/common/middleware/staticweb.py +++ b/swift/common/middleware/staticweb.py @@ -48,6 +48,7 @@ from swift.common.utils import split_path, TRUE_VALUES # want to use it with authenticated requests, set the X-Web-Mode: # true header. # +# TODO: Make new headers instead of using user metadata. # TODO: Tests. # TODO: Docs. # TODO: get_container_info can be memcached.