swift/test/functional
John Dickinson e00da6cabc properly quote www-authenticate header value
HTTP header values should be quoted. Since the WWW-Authenticate
header value contains user-supplied strings, it's important to
ensure it's properly quoted to ensure the integrity of the protocol.

Previous to this patch, the URL was unquoted and then the unquoted
value was returned in the header. This patch re-quotes the value
when it is set on the response.

This is filed as CVS-2014-3497

Fixes bug 1327414

Change-Id: If8bd8842f2ce821756e9b4461a18a8ac8d42fb8c
2014-06-18 11:10:17 -07:00
..
__init__.py Plumb insecure flag to functests 2014-04-30 12:17:25 -06:00
swift_test_client.py Uses None instead of mutables for function param defaults 2014-05-10 11:15:56 +00:00
test_account.py Fixed a handful of typos 2014-05-26 16:07:41 -05:00
test_container.py Read the configuration once for all func tests 2014-04-02 23:48:01 -04:00
test_object.py Load constraints from cluster info dictionary 2014-04-14 19:05:25 -04:00
tests.py properly quote www-authenticate header value 2014-06-18 11:10:17 -07:00