Bug#633842: ruby1.9: Bug with xmlrpc::client, basic auth and long authentication strings

2013-04-09 Thread Herwin Weststrate
The bug has actually been fixed in the Ruby 1.9 packages of Debian Wheezy, so I guess this bug report can be closed. Upstream fix: https://bugs.ruby-lang.org/issues/5046 -- Herwin Weststrate -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#633842: ruby1.9: Bug with xmlrpc::client, basic auth and long authentication strings

2011-07-14 Thread Herwin Weststrate
Package: ruby1.9 Version: 1.9.0.2-9lenny1 Severity: normal Tags: patch XMLRPC::Client has support for basic auth. This tries to encode the combination of the username and password with the base64 algorithm using Array.pack. If however your username and password exceed a certain length the