1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib
John Parker 2c38747fa9 use CGI.escapeHTML instead of CGI.escape
CGI.escape creates URL-safe encodings, but we need XML-safe encodings.
If the key name has a "/" in it (as for a directory structure) it gets
replaced with a URL-safe "%2F" which S3 treats as a literal part of the
key name. We only need to escape the parts of the key that could result
in malformed XML.
2012-12-24 09:37:14 -08:00
..
fog use CGI.escapeHTML instead of CGI.escape 2012-12-24 09:37:14 -08:00
tasks [openstack] Fix Test 2012-12-05 14:45:37 +08:00
fog.rb [core] Splits Fog::VERSION into own file 2012-11-27 16:30:40 +00:00