List of usage examples for org.apache.wicket.validation.validator UrlValidator subclass-usage
From source file org.dcm4chee.web.common.validators.UrlValidator1.java
/**
* Overwrite UrlValidator to allow URLs with simple hostnames like localhost, asterix, ...
* <p/>
* The original implementation checks the length of the top level domain (2 <= x <= 4) but in case of simple hostnames this would be fail!
*
* @author Franz Willer <franz.willer@gmail.com>