douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

special character cause invalid signature #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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