You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Saksham Srivastava (JIRA)" <ji...@apache.org> on 2014/06/09 07:31:02 UTC

[jira] [Assigned] (CLOUDSTACK-6864) UploadSSlCert API requires double encoding of URL params

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saksham Srivastava reassigned CLOUDSTACK-6864:
----------------------------------------------

    Assignee: Saksham Srivastava

> UploadSSlCert API requires double encoding of URL params
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-6864
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6864
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.4.0
>            Reporter: Saksham Srivastava
>            Assignee: Saksham Srivastava
>
> uploadSslCert API requires double UTF-8 encoding of the parameters (certificate, privatekey, certchain) in the URL.
> This is because there are 2 decodes happening (First in API Server : handle
> paramList = URLEncodedUtils.parse )new URI(request.getRequestLine().getUri()), UTF_8)
> and the Second one in the API definition:
> CertServiceImpl:uploadSslCert
> String cert = URLDecoder.decode(certCmd.getCert(), "UTF-8"); )



--
This message was sent by Atlassian JIRA
(v6.2#6252)