cloudstack/awsapi
Likitha Shetty b0b2fd4833 CLOUDSTACK-1125: [EC2 Query API] Permission denied exception when a parameter value contains space
Convert space characters in the parameters to %20 while forming a query string after url-encode because java.net.URLEncoder performs application/x-www-form-urlencoded-type encoding and not percent-encoding. According to RFC 3986 as required by Amazon, we need to percent-encode.
2013-02-12 13:56:36 -08:00
..
conf Spring changes in awsapi 2013-01-28 16:01:50 -08:00
resource Stick to the versions the amazon classes were originally generated with 2012-10-02 11:35:29 -07:00
scripts Stick to the versions the amazon classes were originally generated with 2012-10-02 11:35:29 -07:00
src/com CLOUDSTACK-1125: [EC2 Query API] Permission denied exception when a parameter value contains space 2013-02-12 13:56:36 -08:00
test Stick to the versions the amazon classes were originally generated with 2012-10-02 11:35:29 -07:00
web Spring hack for Ec2RestServlet 2013-01-30 15:56:56 -08:00
.pydevproject awsapi license header changes 2012-08-01 09:34:12 -04:00
pom.xml more change to fix awsapi deployment with maven and jetty and Spring 2013-01-30 18:16:45 -08:00