swift/test/unit/common/middleware
gholt aa55f198f7 Small change to staticweb with container reques...
Small change to staticweb with container requests. Before, a request
to a container that had no x-container-meta-web-index and no
x-container-meta-web-listings would pass the request on to the proxy
server, even if x-web-mode was set to true. Now, if x-web-mode is set
true, it will 404.

This mostly important to folks that are using staticweb with an
external service that uses authenticated requests and x-web-mode set
to true, in which case the above 404 previously would return the
container listing (you were authenticated after all). Unauthenticated
requests would have received 401s anyway.

Change-Id: Ifd321a8a076a79c1e119c5259a40bf08defdbe3c
2012-03-13 22:09:34 +00:00
..
__init__.py Initial commit of middleware refactor 2010-08-20 00:42:38 +00:00
test_acl.py Changed copyright notices on py files and the single rst file with a copyright notice 2011-01-04 17:34:43 -06:00
test_cname_lookup.py Changed copyright notices on py files and the single rst file with a copyright notice 2011-01-04 17:34:43 -06:00
test_domain_remap.py changed domain_remap to use an exclusive list in reseller_prefixes. added tests 2011-01-24 13:24:47 -06:00
test_except.py Fixing bug with x-trans-id. Will now be set on all incoming requests to proxy and trans-ids will not be reused. 2011-10-13 13:56:51 -07:00
test_formpost.py tempurl and formpost set REMOTE_USER 2012-02-09 02:49:14 +00:00
test_healthcheck.py Changed copyright notices on py files and the single rst file with a copyright notice 2011-01-04 17:34:43 -06:00
test_memcache.py Added memcache.conf option 2012-01-10 02:01:47 +00:00
test_name_check.py Adds name_check filter 2012-03-08 17:23:58 +00:00
test_ratelimit.py fixing unit test 2011-07-13 11:05:26 -07:00
test_staticweb.py Small change to staticweb with container reques... 2012-03-13 22:09:34 +00:00
test_swift3.py Return NoSuchBucket/Key on 404. 2012-03-07 13:52:06 +00:00
test_tempauth.py TempURL and FormPost Middleware 2012-01-10 21:57:52 +00:00
test_tempurl.py tempurl and formpost set REMOTE_USER 2012-02-09 02:49:14 +00:00