You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2016/11/08 00:39:19 UTC

[2/2] git commit: [flex-sdk] [refs/heads/release4.16.0] - FLEX-34811 allow apostrophe in user name part of email address

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/release4.16.0
Commit: 249ed425a0d4d6cc7b4dad09ade15749f707febc
Parents: 0e8e8b2
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Nov 8 11:39:07 2016 +1100
Committer: Justin Mclean <jm...@apache.org>
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
 	 */