You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Following #1442, we shouldn't accept Uri with empty scheme or empty
host, such as "http://".
Modifications:
* Introduce MiscUtils#isEmpty(String)
* Throw IllegalArgumentException on empty scheme or host, with message
mentioning missing field and original url
Result:
Better control on Uri that could cause AHC to choke
Following #1442, we shouldn't accept Uri with empty scheme or empty host, such as "http://".
The text was updated successfully, but these errors were encountered: