From 798355f6e33b854a00252f680f00ebb94b7b1355 Mon Sep 17 00:00:00 2001 From: nahi Date: Mon, 25 Jul 2011 13:25:27 +0000 Subject: * backport r32666 from trunk. * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure by 'Basic' header. Long username caused the base64 String truncation in HTTP header which is not allowed. See #5046. * test/xmlrpc/test_webrick_server.rb: test it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44977dcc12..fedfa60656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jul 25 22:24:09 2011 Hiroshi Nakamura + + * backport r32666 from trunk. + + * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure by + 'Basic' header. Long username caused the base64 String truncation in + HTTP header which is not allowed. See #5046. + + * test/xmlrpc/test_webrick_server.rb: test it. + Mon Jul 25 15:36:07 2011 Hiroshi Nakamura * ext/openssl/lib/openssl/{x509.rb,ssl.rb}: Add deprecation warning -- cgit v1.2.3