From 77c96de4ea353ab0d5e6237ac2f2b2781cd6622c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 22 Apr 2015 10:33:22 +0200 Subject: [PATCH] Minor patch related to the last commit --- lib/core/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/agent.py b/lib/core/agent.py index 20253e124..8f1b6c77b 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -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