loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Loading images only with .extensions only #19

Open DineshD opened 11 years ago

DineshD commented 11 years ago

My image url is "https://xxx.yyy.com/image.do?rid=hym921f2735e7df614f1982e2eaa88f720e92&a_t=RENDER_THUMBNAIL_IMAGE" . But it did not fetch the image. For security reasons I just put xxx.yyy in this issue.

But I gave "http://api.androidhive.info/images/sample.jpg" then its working fine. Have you only allow downloaded images that contain .extension like .png, , .jpg. ?