Details
Assignee
Michael OffnerMichael OffnerReporter
J RJ RLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Minor
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
J R
J RLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Created 18 December 2018 at 20:53
Updated 17 November 2021 at 08:06
Having an email with a , at the end is I believe not valid as most client handle it as a seperator
ACF validates them to false, but Lucee returns true.
<cfscript> writeDump( isValid( 'email', 'example@example.com,' ) ); </cfscript>