Description of problem: Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Repro : 1)Login to RHQ host with valid credentials 2)Create Alert for Added Resource 3)Add Email from Alert Notification Option 4)At Receiver Email Address(es) field enter following Line and Press SAVE Button *&*^*%()****** Expected Result : At step 4 Friendly Message should display Invalid email format invalid format should not be saved. Actual Result : At step 4 “*&*^*%()******”value has been saved no error message displays.
Revision: 6278e7056403b2dcd0ffde84a7109e60790022eb
see if we can put in a regex to the config property within the server plugin's descriptor
commit ba92016 to do "real" email address validation would require a huge regex (if its possible at all - see http://www.dominicsayers.com/isemail/ to see the complexities involved). Note this doesn't even take into account the differences between gwt/javascript regex and java regex that we are dealing with. I added a simple regex validation to catch many invalid inputs. That is not to say it will capture all invalid email addresses, but it catches many now.
verified
Bulk closing of issues that were VERIFIED, had no target release and where the status changed more than a year ago.