Merge lp:~dobey/ubuntuone-storage-protocol/fix-1126265 into lp:ubuntuone-storage-protocol

Proposed by dobey
Status: Merged
Approved by: Natalia Bidart
Approved revision: 158
Merged at revision: 158
Proposed branch: lp:~dobey/ubuntuone-storage-protocol/fix-1126265
Merge into: lp:ubuntuone-storage-protocol
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/fix-1126265
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Review via email: mp+150350@code.launchpad.net

Commit message

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
Natalia Bidart (nataliabidart) wrote :

Looks good!

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-02-25 15:23:23 +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