summaryrefslogtreecommitdiff
path: root/keystoneclient/common
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-12 07:36:26 +0000
committerGerrit Code Review <review@openstack.org>2015-02-12 07:36:26 +0000
commit8f80b585b60a7715cab6760251bf078ad6d68428 (patch)
tree36544b20b20fe49418aefc8d06450b376afada18 /keystoneclient/common
parent58ac2de5d4a6b58e8bd5d430a04199a4d40427a8 (diff)
parent727f5e77e20f1f1db469810c4c78ae9aac50401c (diff)
downloadpython-keystoneclient-8f80b585b60a7715cab6760251bf078ad6d68428.tar.gz
Merge "Fix a comment error in cms.py"
Diffstat (limited to 'keystoneclient/common')
-rw-r--r--keystoneclient/common/cms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/common/cms.py b/keystoneclient/common/cms.py
index c5faf96..b206d7b 100644
--- a/keystoneclient/common/cms.py
+++ b/keystoneclient/common/cms.py
@@ -282,7 +282,7 @@ def is_asn1_token(token):
Checking for just M is insufficient
But we will only check for MII:
- Max length of the content using 2 octets is 7FFF or 32767.
+ Max length of the content using 2 octets is 3FFF or 16383.
It's not practical to support a token of this length or greater in http
therefore, we will check for MII only and ignore the case of larger tokens