You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alena Prokharchyk (JIRA)" <ji...@apache.org> on 2013/07/03 23:43:19 UTC

[jira] [Resolved] (CLOUDSTACK-1751) If a template is created with an comment, Cloudstackincorrectly returns a 401 error

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

Alena Prokharchyk resolved CLOUDSTACK-1751.
-------------------------------------------

    Resolution: Invalid

Resolving the issue as invalid. The field value is not URL encoded. This is how it should look:

Windows%202008%20EE%20R2%20Baseline%2C%20Build%2012%2C%202013-03-20%2021%3A41
                
> If a template is created with an comment, Cloudstackincorrectly  returns a 401 error
> ------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1751
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1751
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Template
>            Reporter: Frank Breedijk
>            Assignee: Alena Prokharchyk
>
> I tried to create template with comment: "Windows 2008 EE R2 Baseline, Build 12, 2013-03-20 21:41"
> This resulted in this API call:
> https://<redacted>.com/client/api?apiKey=<redacted>&command=createTemplate&displaytext=Windows%202008%20EE%20R2%20Baseline,%20Build%2012,%202013-03-20%2021:41&isfeatured=false&ispublic=true&name=win2008r2eeB12&ostypeid=ad45569f-d866-4f3b-99b4-74ab523a368d&passwordenabled=true&response=json&volumeid=fe41d0a7-80a1-4e40-aa15-f397646703e4&signature=<redacted>
> I got the following return message:
> {
>   "createtemplateresponse": {
>     "uuidList": [
>     ],
>     "errorcode": 401,
>     "errortext": "unable to verify user credentials and/or request signature"
>   }
> }
> When I changed the comment to "bla" it went o.k.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira