tracker issue : CF-3929319

select a category, or use search below
(searches all categories and all time range)
Title:

cfinput validate="email" does not work for longer domain extensions.

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Jojo Serquina / Jojo Serquina (Jojo Serquina)

Created: 01/28/2015

Components: CFForm

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win 2008 Server x64

Vote Count: 1

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 29, 2017 using build 2016.0.01.298513
Problem Description: cfinput's validate="email" email attribute does not work for longer domain extensions such as .education or .international

Steps to Reproduce: Create a cfform wtih a cfinput type text, add the validate="email" attribute. In the UI, enter an email with a long domain extension such as .education and submit.

Actual Result: Invalid email address

Expected Result: Should not have any errors

Any Workarounds: No. Unless, building your own email validation method is a considered workaround

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3929319

External Customer Info:
External Company:  
External Customer Name: Jojo
External Customer Email:  
External Test Config: My Hardware and Environment details: Windows

Attachments:

Comments:

+1 - cfinput's validation should match isValid("email") here. Example: isValid("email","user@domain.education") correctly returns YES
Vote by External U.
8705 | January 29, 2015 06:14:28 AM GMT
Verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
8704 | July 29, 2017 05:50:44 PM GMT