Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
2.0.0
-
None
Description
to reproduce:
for example,with the petclinic tutorial
git checkout tags/08-01-home-page-additional-collections
mvn clean install
mvn -pl webapp spring-boot:run
attempt to create an Pet Owner ; there's validation on the first param, name ... but is only activated when hit OK.
and compare changing name vs changing email address (regex):