Minor patch related to the last commit

This commit is contained in:
Miroslav Stampar 2015-04-22 10:33:22 +02:00
parent 95b52a02ec
commit 77c96de4ea

View File

@ -119,7 +119,7 @@ class Agent(object):
header = paramString.split(',')[0]
if header.upper() == HTTP_HEADER.AUTHORIZATION.upper():
origValue = origValue.split(' ')[-1]
origValue = origValue.split(' ')[-1].split(':')[-1]
if conf.prefix:
value = origValue