Description
Such a value http://host.organization.com:100000 is gladly accepted because the port ins never parsed and boundaries not checked.
public static void main(String[] args) { UrlValidator validator = UrlValidator.getInstance(); System.out.println(validator.isValid("http://host.organization.com:100000")); }
Attachments
Issue Links
- is required by
-
MSHARED-609 Partially revert MSHARED-429
- Closed