Fix issue in UriBuilder where not throwing IllegalArgumentException
-------------------------------------------------------------------
Key: WINK-249
URL: https://issues.apache.org/jira/browse/WINK-249
Project: Wink
Issue Type: Bug
Affects Versions: 1.0
Reporter: Bryant Luk
Assignee: Bryant Luk
Fix For: 1.1
In UriBuilder's host/port, there can be illegal values given to it which are
not checked. (i.e. empty hostname / illegal port). Do a pre-emptive throw on
the values just to produce an error a lot earlier than currently given.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.