From f3fb1954eb010b73b20f1a5c04975dfbc383f237 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 21 Oct 2010 06:56:17 +0000 Subject: * lib/webrick/httpauth/digestauth.rb (WEBrick::HTTPAuth::ProxyDigestAuth#check_uri): privated. [ruby-dev:42344] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpauth/digestauth.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/webrick') 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 -- cgit v1.2.3