swift/test
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
..
functional Reject names with NULL characters 2013-01-12 06:54:17 +00:00
functionalnosetests Reject names with NULL characters 2013-01-12 06:54:17 +00:00
probe Merge "capture resetswift output in probetests" 2012-12-10 17:19:04 +00:00
unit prevent irregular auth_prefix config in tempauth 2013-01-21 20:50:46 -08:00
__init__.py Implement unit_test config to disable syslog. 2012-05-03 14:25:46 -04:00
sample.conf Add config of server start timeouts for probetests 2012-12-07 14:47:08 -08:00