From bf620f001127c9a6aee757e5d6319e23c153fdfa Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 5 Oct 2003 02:00:29 +0000 Subject: * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work. [ruby-dev:21484] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a06e0d4e2..790ea6b08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 5 10:55:29 2003 NAKAMURA, Hiroshi + + * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not + work. [ruby-dev:21484] + Sun Oct 5 09:52:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: will use pp for output if available. @@ -51,10 +56,10 @@ Sat Oct 4 21:49:14 2003 WATANABE Hirofumi Sat Oct 4 17:52:59 2003 NAKAMURA, Hiroshi * lib/soap/netHttpClient.rb: follow http-access2. hosts which matches - ENV['no_proxy'] or ENV['NO_PROXY'] is not proxyed. + ENV['no_proxy'] or ENV['NO_PROXY'] are not proxyed. - [,:] separated. ("ruby-lang.org:rubyist.net") - no regexp. (give "ruby-lang.org", not "*.ruby-lang.org") - - if you want specify hot by IP address, give full address. + - if you want specify host by IP address, give full address. ("192.168.1.1, 192.168.1.2") * lib/soap/rpc/cgistub.rb: return "Status: XXX MMM" line. -- cgit