]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Undo unintended digest change in 10279 (will come back later in another change)
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 14 Feb 2010 00:09:05 +0000 (01:09 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 14 Feb 2010 00:09:05 +0000 (01:09 +0100)
src/auth/digest/auth_digest.cc

index 9d29d0de9cb6950cd7af00af891b2e24c1643119..e3a096db905ce69068aec933c23a399640c3ed47 100644 (file)
@@ -1254,11 +1254,7 @@ AuthDigestConfig::decode(char const *proxy_auth)
     }
 
     /* we can't check the URI just yet. We'll check it in the
-     * authenticate phase, but needs to be given */
-    if (!digest_request->uri) {
-        debugs(29, 4, "authenticateDigestDecode: Missing URI field");
-        return authDigestLogUsername(username, digest_request);
-    }
+     * authenticate phase */
 
     /* is the response the correct length? */