Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Cory Silva / Cory Silva (Cory Silva)
Created: 10/26/2015
Components: ColdFusion Services
Versions: 11.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux
Vote Count: 0
Duplicate ID: CF-3859758
Problem Description:
isDate("1 2") results in true
Steps to Reproduce:
(see above)
Actual Result:
true
Expected Result:
false
Any Workarounds:
Just stop using isDate() and rely on regex matches. Our app was only using ISO dates in the application layer so we just removed any reference to isDate within the code. Validation is now a series of regex tests.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4079447
External Customer Info:
External Company:
External Customer Name: Cory Silva
External Customer Email:
External Test Config: My Hardware and Environment details:
CentOS 7
Attachments:
Comments: