I'm using the new Volley http stack from Google in my actual Android project. Everything went fine till i got a hostname with underscore in it (this is the well known bug of the java.net.URL when it ignores the hosname) Is there any known workaround for this error? Or any other library which can process it?
The exception is the following:
com.android.volley.NoConnectionError: java.net.UnknownHostException
Thanks for advance!
Cheers, Gabor