summaryrefslogtreecommitdiff
path: root/lib/webrick/httpauth/digestauth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick/httpauth/digestauth.rb')
-rw-r--r--lib/webrick/httpauth/digestauth.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/webrick/httpauth/digestauth.rb b/lib/webrick/httpauth/digestauth.rb
index 3bae6f65e5..4e62678b3f 100644
--- a/lib/webrick/httpauth/digestauth.rb
+++ b/lib/webrick/httpauth/digestauth.rb
@@ -384,6 +384,7 @@ module WEBrick
class ProxyDigestAuth < DigestAuth
include ProxyAuthenticator
+ private
def check_uri(req, auth_req)
return true
end