Title:
isvalid function email type validation results are not same in CF10 and CF16
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Raghuram Reddy / Raghuram Reddy ()
Created: 09/26/2017
Components: Language, Functions
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: 2016,0,03,301771 /
Priority/Frequency: Normal /
Locale/System: / Solaris All
Vote Count: 0
Problem Description: isvalid function email type validation results are not same in CF10 and CF16
Steps to Reproduce: Run below code in CF10 and CF16
isValid("email", "test@test"): <cfoutput> #isValid("email", "test@test")# </cfoutput>
Actual Result:
CF16 the result is : YES
CF10 the result is : NO
Expected Result:
CF16 result should be : NO
Any Workarounds:
Attachments:
Comments: