projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6767fa
)
Sign the upload URL
author
Tom Hughes
<tom@compton.nu>
Wed, 9 Mar 2011 12:44:14 +0000
(12:44 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 9 Mar 2011 12:44:14 +0000
(12:44 +0000)
net/systemeD/halcyon/connection/XMLConnection.as
patch
|
blob
|
history
diff --git
a/net/systemeD/halcyon/connection/XMLConnection.as
b/net/systemeD/halcyon/connection/XMLConnection.as
index 4406a46082232be08de52e832d8a6b329b89e474..c7baa4d7f2afc0fb4fd12803bbeaaf1498ad3de9 100644
(file)
--- a/
net/systemeD/halcyon/connection/XMLConnection.as
+++ b/
net/systemeD/halcyon/connection/XMLConnection.as
@@
-210,7
+210,7
@@
package net.systemeD.halcyon.connection {
// build the actual request
var serv:HTTPService=new HTTPService();
serv.method="POST";
- serv.url=
url
;
+ serv.url=
signedOAuthURL(url, "POST")
;
serv.contentType = "text/xml";
serv.headers={'X-Error-Format':'xml'};
serv.request=" ";