Closed GoogleCodeExporter closed 9 years ago
Did anyone find a solution for this?
Original comment by reid.car...@gmail.com
on 23 Feb 2009 at 3:05
This is fixed in SVN and will be included in the next release. If you need an
"unofficial" build from me, I'd be
happy to supply one prior to a 1.5.1 release.
Original comment by dkavan...@gmail.com
on 2 Mar 2009 at 8:25
I am seeing the same issue (signature we calculated...) when trying to use ids
with
tildes in them. Specifically, "c~Fu2GswvPI". This is in version 1.5.1. Should I
use
trunk? Is there a workaround?
Original comment by kevin...@gmail.com
on 10 Apr 2009 at 6:01
Per
http://docs.amazonwebservices.com/AWSSimpleQueueService/latest/SQSDeveloperGuide
/index.html?Query_QueryAuth.html
there are four non-alphanumeric characters that should not be encoded. They are
-_.~
the characters that are valid in URLs. I've changed SignerEncoder.java, patch is
attached. This can be applied from the top level of the project with patch -p0 <
issue-42-tilde-encoding.diff
I've tested this on my own code that is using Typica only for SimpleDB. I cannot
speak for the other services.
Original comment by kevin...@gmail.com
on 10 Apr 2009 at 7:13
Attachments:
I should think 1.5.2 finally fixed this. I finally submitted and gave up my own
encoding class which I thought
would perform better, but seeing how it gave incorrect results, it was
infinitely worse! I've applied the well know
fix that uses character replacement.
Original comment by dkavan...@gmail.com
on 7 Oct 2009 at 1:20
Original issue reported on code.google.com by
wen...@gmail.com
on 11 Feb 2009 at 5:00