FLEX-34811 allow apostrophe in user name part of email address

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/249ed425
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/249ed425
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/249ed425

Branch: refs/heads/develop
Commit: 249ed425a0d4d6cc7b4dad09ade15749f707febc
Parents: 0e8e8b2
Author: Justin Mclean <[email protected]>
Authored: Tue Nov 8 11:39:07 2016 +1100
Committer: Justin Mclean <[email protected]>
Committed: Tue Nov 8 11:39:07 2016 +1100

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/validators/EmailValidator.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/249ed425/frameworks/projects/framework/src/mx/validators/EmailValidator.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/validators/EmailValidator.as 
b/frameworks/projects/framework/src/mx/validators/EmailValidator.as
index 9776db3..69fd688 100644
--- a/frameworks/projects/framework/src/mx/validators/EmailValidator.as
+++ b/frameworks/projects/framework/src/mx/validators/EmailValidator.as
@@ -74,7 +74,7 @@ public class EmailValidator extends Validator
         *  @private
         */
        private static const DISALLOWED_LOCALNAME_CHARS:String =
-                                                               "()<>,;:\\\"[] 
`~!#$%^&*={}|/?'\t\n\r";
+                                                               "()<>,;:\\\"[] 
`~!#$%^&*={}|/?\t\n\r";
        /**
         *  @private
         */                                                     

Reply via email to