diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-30 05:58:42 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-30 05:58:42 +0000 |
| commit | c03621e06f8fe71f447cc72689dd55210fff3e1c (patch) | |
| tree | 1ece44ead84bd4f5eab9107425aa2e7bb68e9b0d /ChangeLog | |
| parent | ac4ba6354f7357a0bd76b91471c60d0b22e0017d (diff) | |
| download | ruby-c03621e06f8fe71f447cc72689dd55210fff3e1c.tar.gz ruby-c03621e06f8fe71f447cc72689dd55210fff3e1c.tar.xz ruby-c03621e06f8fe71f447cc72689dd55210fff3e1c.zip | |
* lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): should
not send proxy username and password to origin servers.
[ruby-dev:25673]
* lib/net/http.rb (Net::HTTP::ProxyDelta#edit_path): should not
send HTTPS scheme URL to origine servers. [ruby-dev:25689]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Jun 30 14:48:23 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): should + not send proxy username and password to origin servers. + [ruby-dev:25673] + + * lib/net/http.rb (Net::HTTP::ProxyDelta#edit_path): should not + send HTTPS scheme URL to origine servers. [ruby-dev:25689] + Wed Jun 29 00:03:20 2005 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * regparse.c (fetch_token): avoid warning of unused goto tag. |
