diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-01-06 18:14:25 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2011-01-06 18:19:25 -0800 |
commit | 2d8fd9bea30efcae4cc418e223f2c61febe0caa0 (patch) | |
tree | 0ee4fa60286ff5efd27281649ad6f81a796de593 /src/org/apache/http/auth/NTCredentials.java | |
parent | 843bcb6f4f65c0cdca327c6467813b88c52042f3 (diff) | |
download | external_apache-http-2d8fd9bea30efcae4cc418e223f2c61febe0caa0.zip external_apache-http-2d8fd9bea30efcae4cc418e223f2c61febe0caa0.tar.gz external_apache-http-2d8fd9bea30efcae4cc418e223f2c61febe0caa0.tar.bz2 |
Help the caller along if a malformed URI is used to make an HTTP request.
We had problems where we gave a cryptic error when the user's request
URL like "www.example.org/api/json/get_stuff" is interpretted as a relative
path rather than a fully qualified address:
java.lang.IllegalStateException: Target host must not be null, or set in parameters.
The new message breaks the address into parts to make this more clear:
java.lang.IllegalStateException: Target host must not be null, or set in parameters. scheme=null, host=null, path=www.example.org/api/json/get_stuff
Change-Id: Ie102718dc15b92d68835f1c34b538639f500eeaa
http://code.google.com/p/android/issues/detail?id=9929
Diffstat (limited to 'src/org/apache/http/auth/NTCredentials.java')
0 files changed, 0 insertions, 0 deletions