summaryrefslogtreecommitdiff
path: root/paste
diff options
context:
space:
mode:
authorcce <cce@localhost>2007-01-10 15:41:16 +0000
committercce <cce@localhost>2007-01-10 15:41:16 +0000
commitdf63f33775e4c79f640c8ef9bf48897efaf5a75d (patch)
treef276d57c3027e08b816769c1c32d07ca5439b601 /paste
parent039664b19c7439851589e33da834f759f503f810 (diff)
downloadpaste-git-df63f33775e4c79f640c8ef9bf48897efaf5a75d.tar.gz
oops
Diffstat (limited to 'paste')
-rw-r--r--paste/auth/digest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/paste/auth/digest.py b/paste/auth/digest.py
index 81a11f3..229a03d 100644
--- a/paste/auth/digest.py
+++ b/paste/auth/digest.py
@@ -114,8 +114,6 @@ class AuthDigestAuthenticator(object):
except:
return self.build_authentication()
ha1 = self.authfunc(environ, realm, username)
- if ha1 is None:
- return self.build_authentication()
return self.compute(ha1, username, response, method, authpath,
nonce, nc, cnonce, qop)