swift/test/unit
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
..
account 406 if we can't satisfy Accept 2012-12-03 11:42:37 -08:00
common prevent irregular auth_prefix config in tempauth 2013-01-21 20:50:46 -08:00
container 406 if we can't satisfy Accept 2012-12-03 11:42:37 -08:00
obj Merge "Fixed bug in object replicator" 2013-01-14 23:58:10 +00:00
proxy Merge "Fix lazy-listing of object segments." 2012-11-19 15:28:20 +00:00
__init__.py changed TRUE_VALUES references to utils.config_true_value() call 2012-10-29 13:59:01 -07:00