python-glanceclient/glanceclient/tests
wangxiyuan 818362147d Do not quote '+' for token header
The token in request header may contain url char, such as '+',
if quote it, '+' will change to '%2B' which will lead to 401 error.

Our CI doesn't notice this bug because Keystone use fernet token
which doesn't contain url char by default. But token format in
keystone is plugable, some out-tree token formats may contain
url char (for example, PKI/PKIZ token).

So we should skip quote token to avoiding information changing.

Closes-bug: #1783290
Change-Id: I5aa71b3e2b9b19581e46ccf8a80eda5d637f17d1
2018-07-25 16:22:43 +08:00
..
functional Split glanceclient functional tests 2018-03-28 22:32:44 -04:00
unit Do not quote '+' for token header 2018-07-25 16:22:43 +08:00
__init__.py Move unit tests to standard directory 2015-04-18 17:42:20 +00:00
utils.py Add request id to returned objects 2017-01-20 14:50:42 +05:30