Likitha Shetty created CLOUDSTACK-4186:
------------------------------------------

             Summary: Signature computed while accessing VM's console is not 
aligned with how signature is computed for other API commands
                 Key: CLOUDSTACK-4186
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4186
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.2.0
            Reporter: Likitha Shetty
            Assignee: Likitha Shetty
            Priority: Critical
             Fix For: 4.2.0


Signature computed by ConsoleProxyServlet is URL safe i.e. once the computed 
signature is Base64 encoded the following characters '+' , '/' are replaced 
with '-' and '_' respectively. Also no padding is added.
Whereas the signature computed by ApiServer is only Base64 encoded.

--
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

Reply via email to