Actions
Bug #5046
closedBug with xmlrpc::client, basic auth and long authentication strings
Description
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 truncate algorithm of Array.pack kicks in and adds a newline
character in the result, which creates HTTP headers that are invalid.
Actions
Like0
Like0Like0Like0