Fix errror message when DNS name is invalid. (#4751)
It used to throw NPE, since URI.create creates URI with null hostname. Now it thorws IllegalArgumentException for invalid DNS name, NPE for null name.
Loading
Please sign in to comment
It used to throw NPE, since URI.create creates URI with null hostname. Now it thorws IllegalArgumentException for invalid DNS name, NPE for null name.