You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2018/05/23 04:04:37 UTC

[cloudstack] branch 4.11 updated: ui: Fixes #2558 use POST for uploadSslCert API request (#2661)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new eb23d91  ui: Fixes #2558 use POST for uploadSslCert API request (#2661)
eb23d91 is described below

commit eb23d91cf465c13e79e7b612258e9614669de7c9
Author: Gabriel Beims Bräscher <ga...@gmail.com>
AuthorDate: Wed May 23 01:04:30 2018 -0300

    ui: Fixes #2558 use POST for uploadSslCert API request (#2661)
---
 ui/scripts/accounts.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js
index a9f7381..192c284 100644
--- a/ui/scripts/accounts.js
+++ b/ui/scripts/accounts.js
@@ -1015,6 +1015,7 @@
 
                                                 $.ajax({
                                                     url: createURL('uploadSslCert'),
+                                                    type: "POST",
                                                     data: data,
                                                     success: function(json) {
                                                         var item = json.uploadsslcertresponse.sslcert;

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.