What steps will reproduce the problem?
1. One example would be to call people.findByUsername with a user name with
a special character (Flickr allows most any character in a username)
2.
3.
What is the expected output? What do you see instead?
Should return the user object, but you get an invalid signature
What version of the product are you using? On what operating system?
Please provide any additional information below.
Easy fix, just use encodeURIComponent to encode the value.. line 111 in
com.adobe.webapis.flickr.methodgroups
Original issue reported on code.google.com by sleekdig...@gmail.com on 17 Mar 2009 at 11:31
Original issue reported on code.google.com by
sleekdig...@gmail.com
on 17 Mar 2009 at 11:31