Open GoogleCodeExporter opened 8 years ago
http://docs.amazonwebservices.com/AWSSimpleQueueService/latest/SQSDeveloperGuide
/Query_QueryAuth.html
Original comment by joelehew...@gmail.com
on 4 Sep 2012 at 11:17
In order to be able to send json messages to queue, the fix should include at
least " in the badChrs string (the below example has also ' and !)
static void __aws_urlencode ( char * src, char * dest, int nDest )
{
...
const char * badChrs = " \n$&+,/:;=?@<>[]{}()!\"'";
...
Original comment by jukka.ho...@gmail.com
on 17 Sep 2012 at 5:31
Original issue reported on code.google.com by
joelehew...@gmail.com
on 4 Sep 2012 at 11:17