Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Ruby 2.0: Failures for Blob and Queue #3

Closed
guangyang opened this issue Apr 5, 2013 · 2 comments
Closed

Ruby 2.0: Failures for Blob and Queue #3

guangyang opened this issue Apr 5, 2013 · 2 comments
Labels
Milestone

Comments

@guangyang
Copy link
Contributor

Something is going wrong for the signing when running tests against Ruby 2.0.

The string that is getting signed is:

PUT


0








x-ms-date:Wed, 20 Mar 2013 05:58:48 GMT
x-ms-version:2012-02-12
/jcooketest/ntzqevsxwa

While the server is expecting:

PUT


0

application/x-www-form-urlencoded






x-ms-date:Wed, 20 Mar 2013 05:58:48 GMT
x-ms-version:2012-02-12
/jcooketest/ntzqevsxwa

For some reason, the server is getting a application/x-www-form-urlencoded that the SDK is not expecting.

This does not repro for Table (uses different SharedKeyLite) or for Service Bus (uses ACS).

@andrerod
Copy link

andrerod commented Apr 5, 2013

Ready for test.

@ghost ghost assigned xuezhai Apr 5, 2013
@guangyang
Copy link
Contributor Author

verified.

andrerod pushed a commit that referenced this issue Apr 26, 2013
#104: Table: Inconsistent use of optional parameters vs. options parameter
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants