mooli tayer has posted comments on this change. Change subject: core: replace regexp validation for user email. ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/28742/1//COMMIT_MSG Commit Message: Line 6: Line 7: core: replace regexp validation for user email. Line 8: Line 9: validating using an ad-hock regexp may cause problems(see bug). Line 10: using strinct java.mail.internetAddress() [1] for validation. opps "strict" Line 11: This enforces some (but not all) RFC822 syntax. Line 12: Line 13: Using the strict form does not allow simple (user )names but Line 14: requires a domain although user@localhost is now accepted. -- To view, visit http://gerrit.ovirt.org/28742 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I18904a669453baef632af1cd427b61852e7ab583 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
