From 83f7cab371a9e8a029369945bfca417ff5b99902 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 31 Jan 2007 05:47:33 +0000 Subject: * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user and password from URI unless http_basic_authentication is specified explicitly. [ruby-core:10114] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5596eed30..da981eb42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 31 14:45:54 2007 Yukihiro Matsumoto + + * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user and + password from URI unless http_basic_authentication is specified + explicitly. [ruby-core:10114] + Tue Jan 30 17:01:21 2007 NAKAMURA Usaku * string.c (rb_str_sub_bang): calling rb_str_modify() should be just -- cgit