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
{{ message }}
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
Hibernate does not rely on regex but on java.net.URL (see https://hibernate.atlassian.net/browse/HV-886). This means that in order to port this to JavaScript we have 3 (or more?) options:
Decision: we create dedicated hibernateUrl validator which will delegate to the url validator (adapted from AngularJS) for now. It'll therefore ignore the Hibernate properties protocol, host, port.
Add new validator for URLs using the regex used by Hibernate URL validator: http://docs.jboss.org/hibernate/validator/5.1/api/org/hibernate/validator/constraints/URL.html
This validator will be used for @url annotations when the valdr-bean-validation plugin is used for the back-end.
see #24
The text was updated successfully, but these errors were encountered: