1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

4 commits

Author SHA1 Message Date
croaker
bfa6685c7f Changed the encoding of the space character
Space characters are now encoded as %20. This is recommended in:
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?using-query-api.html
2011-07-13 11:13:59 +02:00
croaker
867a352a0f Fixed escaping in Fog::AWS.escape
Now correctly escapes multibyte strings and behaves exactly like
CGI.escape except that the tilde char is not escaped.
2011-07-12 15:59:51 +02:00
Joshua Napoli
f7b457a782 Correction to the regular expression for unreserved characters. 2011-04-09 20:36:00 -04:00
Joshua Napoli
9f25c5c6a3 Fix a problem with the encoding of the tilde character. AWS needs tilde to be unescaped, or else the signature fails. CGI.escape escapes tilde; don't use it. 2011-04-09 20:16:42 -04:00