1
0
Fork 0
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:
naruse 2010-12-10 01:21:13 +00:00
parent c37ca96692
commit d10fab3139

View file

@ -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:
# #