зеркало из https://github.com/github/ruby.git
* 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:
Родитель
d835a87cc1
Коммит
f3fb1954eb
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче