swift/test/unit/common
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
..
middleware Small change to staticweb with container reques... 2012-03-13 22:09:34 +00:00
ring Fix rebalancing when 2+ of a partition's replicas are on deleted devices. 2012-02-29 11:30:08 -08:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
test_bench.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_bufferedhttp.py skip host in http_connect if specified in headers 2012-02-07 12:02:24 -08:00
test_client.py Drop eval-based json parser fallback 2012-01-24 16:34:13 +01:00
test_constraints.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_daemon.py logging: use routes to separate logging configurations 2011-02-02 13:39:08 -08:00
test_db.py PEP8 swift cleanup 2012-01-04 14:53:53 +08:00
test_db_replicator.py adding double quarantine support for db replication 2011-04-18 15:00:59 -07:00
test_direct_client.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_exceptions.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_init.py Add a __canonical_version__ attribute to the swift module. This is only the numbered part of the version string, no "-dev" or similar suffixes. 2011-05-26 11:25:39 +02:00
test_manager.py Updated the swift-init manager for object-expir... 2012-01-03 22:12:33 +00:00
test_memcached.py Make memcached allow no port = default port 2012-01-12 22:30:32 +00:00
test_utils.py fixed pep8 issue and renamed strcmp_const_time to streq_const_time 2012-02-28 21:38:30 -06:00
test_wsgi.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