Merge lp:~dobey/ubuntuone-storage-protocol/update-4-2 into lp:ubuntuone-storage-protocol/stable-4-2

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 161
Merged at revision: 161
Proposed branch: lp:~dobey/ubuntuone-storage-protocol/update-4-2
Merge into: lp:ubuntuone-storage-protocol/stable-4-2
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone/storageprotocol/client.py (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-storage-protocol/update-4-2
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+155607@code.launchpad.net

Commit message

[Rodney Dawes]

    Use http instead of server to work around urlparse giving incorrect results.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/storageprotocol/client.py'
2--- ubuntuone/storageprotocol/client.py 2013-02-07 21:43:42 +0000
3+++ ubuntuone/storageprotocol/client.py 2013-03-26 20:38:33 +0000
4@@ -162,7 +162,7 @@
5 signature_method=SIGNATURE_PLAINTEXT,
6 signature_type=SIGNATURE_TYPE_QUERY,
7 timestamp=timestamp)
8- url, headers, body = client.sign('storage://server')
9+ url, headers, body = client.sign('http://server')
10 # Parse out the authentication parameters from the query string.
11 auth_parameters = dict(
12 (name, value) for name, value in

Subscribers

People subscribed via source and target branches

to all changes: