mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
d835a87cc1
commit
f3fb1954eb
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Oct 21 15:55:21 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* lib/webrick/httpauth/digestauth.rb
|
||||
(WEBrick::HTTPAuth::ProxyDigestAuth#check_uri): privated.
|
||||
[ruby-dev:42344]
|
||||
|
||||
Thu Oct 21 15:50:25 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* io.c (rb_f_select): add correct rdoc.
|
||||
|
|
|
@ -384,6 +384,7 @@ module WEBrick
|
|||
class ProxyDigestAuth < DigestAuth
|
||||
include ProxyAuthenticator
|
||||
|
||||
private
|
||||
def check_uri(req, auth_req)
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue