Activity log for bug #705544

Date Who What changed Old value New value Message
2011-01-20 17:38:09 Ron Pedde bug added bug
2011-03-18 15:58:52 gholt summary x-auth-* encoding issues against devauth x-auth-* encoding issues against swauth
2011-03-18 15:59:51 gholt description Currently the c# language binding (https://github.com/rackspace/csharp-cloudfiles) urlencodes x-auth-* values before submitting, but devauth does not unencode them. This causes x-auth-users like "account:user" to be encoded as "account%3auser", resulting in auth failure. Given x-auth-key/x-auth-user values with strange characters ("\", ";", etc) or multibyte values, the x-auth fields should be encoded in some manner. Currently the c# language binding (https://github.com/rackspace/csharp-cloudfiles) urlencodes x-auth-* values before submitting, but devauth/swauth does not unencode them. This causes x-auth-users like "account:user" to be encoded as "account%3auser", resulting in auth failure. Given x-auth-key/x-auth-user values with strange characters ("\", ";", etc) or multibyte values, the x-auth fields should be encoded in some manner.
2011-06-01 00:22:19 gholt swift: status New Fix Committed
2011-06-01 00:22:21 gholt swift: assignee gholt (gholt)
2011-06-15 09:20:50 Thierry Carrez swift: milestone 1.4.1
2011-06-20 15:42:39 Thierry Carrez swift: status Fix Committed Fix Released