OpenEstate-IS24-REST 0.3.2
This is a bugfix release, that fixes a validation problem of email addresses with new top level domains (nTLD). This version is used in OpenEstate-ImmoTool 1.0-beta38.
Changelog
bugfixes
- Less strict validation of e-mail addresses.
E-mail addresses are currently validated with classes provided by
commons-validator when XML is read
or written. This validator does not handle new top level domains (nTLD)
properly. Therefore the validation is replaced by a more simple approach,
that validates the e-mail address against the pattern, that is specified by
IS24 incommon-1.0.xsd
.
updates
- The package
org.openestate.is24.restapi.utils.validator
, that contains
some classes of commons-validator,
was removed from source code.