CLOUDSTACK-8642: SSO Method not allowed bug fix. Due to CLOUDSTACK-8505 and 
commit 1c81b241e7914b24b06c3b7b3ee98bc0d3b4f68b

Signed-off-by: Daan Hoogland <d...@onecht.net>

This closes #598


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b1e59069
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b1e59069
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b1e59069

Branch: refs/heads/reporter
Commit: b1e5906923512d3fe8470382277a85d82cb131c4
Parents: 984fafc
Author: Boris Schrijver <bo...@pcextreme.nl>
Authored: Thu Jul 16 14:44:52 2015 +0200
Committer: Daan Hoogland <d...@onecht.net>
Committed: Thu Jul 16 17:00:05 2015 +0200

----------------------------------------------------------------------
 ui/scripts/cloud.core.callbacks.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b1e59069/ui/scripts/cloud.core.callbacks.js
----------------------------------------------------------------------
diff --git a/ui/scripts/cloud.core.callbacks.js 
b/ui/scripts/cloud.core.callbacks.js
index a32d068..3ae6d09 100644
--- a/ui/scripts/cloud.core.callbacks.js
+++ b/ui/scripts/cloud.core.callbacks.js
@@ -65,6 +65,7 @@ $(document).ready(function() {
     if (url != undefined && url != null && url.length > 0) {
         url = unescape(clientApiUrl + "?" + url);
         $.ajax({
+            type: 'POST',
             url: url,
             dataType: "json",
             async: false,

Reply via email to