aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 01:21:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 01:21:13 +0000
commitd10fab3139f862d490ab8df58803bdc380946777 (patch)
tree2d4989e288333d54cf2a4a3bed64984173bf8a3b
parentc37ca966921deaef483a0c14ed44da1b15946e92 (diff)
downloadruby-d10fab3139f862d490ab8df58803bdc380946777.tar.gz
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
-rw-r--r--lib/net/http.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 05d82db12f..3f16ff8df5 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -465,6 +465,8 @@ module Net #:nodoc:
# { "cmd" => "search", "q" => "ruby", "max" => "50" }
#
# This method also does Basic Authentication iff +url+.user exists.
+ # But userinfo for authentication is deprecated (RFC3986).
+ # So this feature will be removed.
#
# Example:
#