Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-RC1
-
Fix Version/s: 1.0-RC2
-
Component/s: Persistence
-
Labels:None
-
Environment:Linux; Sun JVM 1.6.0_02
Description
A domain field constraint specified as:
originURI(nullable: true, url: true)
Is causing failed validation for both empty fields and for perfectly acceptable URLs.
Issue Links
| This issue relates to: | ||||
| GRAILS-3373 | email validation incorrect |
|
|
|
Accoding to Sergey Nebolsin (see http://www.nabble.com/forum/ViewPost.jtp?post=13144042&framed=y), an empty field requires the "blank: true" constraint but that the valid URL "http://localhost:8080/tau_gwi_00/clif/cb/19" improperly fails URL validation.
RRS