Frank Breedijk created CLOUDSTACK-1751: ------------------------------------------
Summary: 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 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