mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add doc to warn the userinfo for auth. [ruby-core:33255]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c37ca96692
commit
d10fab3139
1 changed files with 2 additions and 0 deletions
|
@ -465,6 +465,8 @@ module Net #:nodoc:
|
||||||
# { "cmd" => "search", "q" => "ruby", "max" => "50" }
|
# { "cmd" => "search", "q" => "ruby", "max" => "50" }
|
||||||
#
|
#
|
||||||
# This method also does Basic Authentication iff +url+.user exists.
|
# This method also does Basic Authentication iff +url+.user exists.
|
||||||
|
# But userinfo for authentication is deprecated (RFC3986).
|
||||||
|
# So this feature will be removed.
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue