DaanHoogland commented on issue #29: Fix the string to sign
URL: 
https://github.com/apache/cloudstack-documentation/pull/29#issuecomment-479455870
 
 
   @cl-k-takahashi : please explain your point. As I tried to reproduce what I 
understand from it, I got:
   ```
   $ python
   Python 2.7.15 (default, Feb 12 2019, 11:00:12)
   [GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import urllib;
   >>> urllib.quote_plus("aAbBcC")
   'aAbBcC'
   >>> urllib.quote_plus("abc")
   'abc'
   >>> urllib.quote_plus("ABC")
   'ABC'
   ```
   I think, if we are correcting the developers documentation we need to be 
more expicit about the pitfall you are describing. Is this a version issue?
   Please correct my understanding.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to