[前][次][番号順一覧][スレッド一覧]

ruby-changes:18129

From: naruse <ko1@a...>
Date: Fri, 10 Dec 2010 10:21:24 +0900 (JST)
Subject: [ruby-changes:18129] Ruby:r30155 (trunk): Add doc to warn the userinfo for auth.

naruse	2010-12-10 10:21:13 +0900 (Fri, 10 Dec 2010)

  New Revision: 30155

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30155

  Log:
    Add doc to warn the userinfo for auth. [ruby-core:33255]

  Modified files:
    trunk/lib/net/http.rb

Index: lib/net/http.rb
===================================================================
--- lib/net/http.rb	(revision 30154)
+++ lib/net/http.rb	(revision 30155)
@@ -465,6 +465,8 @@
     #   { "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:
     #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]