Add OAuth signing to http requests
Bug #725287 reported by
Alejandro J. Cura
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DroidCouch |
Fix Released
|
Critical
|
Alejandro J. Cura |
Bug Description
The http requests sent to the Ubuntu One couch servers must be signed with OAuth credentials.
Changed in droidcouch: | |
status: | New → Fix Committed |
importance: | Undecided → Critical |
assignee: | nobody → Alejandro J. Cura (alecu) |
Changed in droidcouch: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
We should refactor the DroidCouch class so all methods are no longer static, and they are able to (optionally) sign the request in derived classes.