naver / volley-extensions

Volley Extensions v2.0.0. ( Volleyer, Volley requests, Volley caches, Volley custom views )
134 stars 34 forks source link

Exception of url without "http://" #5

Open phangji opened 9 years ago

phangji commented 9 years ago

Hello, I am one of users using volley. I think it is easy to forget writing url without "http://" or "https://" into volleyer, even description was written in your guide. In case of my coworker, she forgot to write the protocol in front of server address. Then, the android app was dead. The volleyer didn't handle this case into VolleyError instance in error listener. I think sometime people can write url with wrong protocol or without protocol. I hope you handle this kinds of exception.

ncoolz commented 9 years ago

Ok. That feature seems to be needed. :)