swift/test/unit/common
Kota Tsuyuzaki 161aa89bd5 prevent irregular auth_prefix config in tempauth
Tempauth handles a authorization request by request path.
If a request's path start with auth_prefix, tempauth middleware
handles that request to authorization method.
Therefore, when configuring auth_prefix to '/', all requests
handle to authorization method.

This change enables tempauth to prevent invalid auth_prefix
config '/' and similar empty auth_prefix in initialization method.

Fixes bug #1096538.

Change-Id: I20b157e2a0809c17409fc65a8eff0858fe4aff29
2013-01-21 20:50:46 -08:00
..
middleware prevent irregular auth_prefix config in tempauth 2013-01-21 20:50:46 -08:00
ring builder.add_devs gets next id if not provided 2012-09-14 16:11:50 -05: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 updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_bufferedhttp.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_constraints.py Reject names with NULL characters 2013-01-12 06:54:17 +00:00
test_daemon.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_db_replicator.py Refactor db_replicator's roundrobin_datadirs 2012-11-15 21:44:14 +00:00
test_db.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_direct_client.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_exceptions.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_init.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_internal_client.py Fixed bugs with internal client and object expirer 2012-11-08 00:05:35 +00:00
test_manager.py Add --run-dir switch to swift-init 2013-01-21 18:12:17 +01:00
test_memcached.py Use a delta timeout for memcache where possible 2012-11-16 14:57:36 -05:00
test_swob.py Merge "get swob.Request.blank to parse path" 2013-01-16 20:44:36 +00:00
test_utils.py drop_privileges should also set HOME 2012-12-04 12:13:27 +00:00
test_wsgi.py Fix for subtle bug from 5c8f9c52e3 2012-12-21 19:40:49 +00:00