I’m calling remote images with with a Loader and the context has checkPolicyFile=true, images load fine with urls like :
http://mydomain.com/someimage.jpg (so I know the crossdomain.xml file is properly setup)
but they fail with urls like :
http://mydomain.com/someimage%C3%BD.jpg
the only difference being escaped characters, is this a bug or am I doing something wrong?
Thanks
Here is the error I’m seeing being thrown:
https://img.skitch.com/20110509-aryycpk5in4pn5k8jpfqksw25.jpg
Are you sure you’re escaping it properly? You should do a URL encode before. You should also check to see if the encoded url actually works in your browser. This has nothing to do with the security.