Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 08/26/2015
Versions: 11.0
Failure Type: Crash
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
While testing CF11 Update 5's fixes, I found 3520983 was not fixed. Please see the following comment on that ticket:
-----------
This is not fixed in CF11 Update 5 (nor in build 11.0.0.294632). The following still throws "Error while parsing the validateparam" (unless the comma is removed from both validateparams):
MyCFC.cfc
---------
component accessors="true" {
property name="myProperty1" validate="regex" validateparams="{pattern=[!@,]}";
property name="myProperty2" validate="regex" validateparams="{pattern=[!]{1,}}";
function init() {
setMyProperty1("!");
setMyProperty2("!");
}
}
index.cfm
---------
<cfscript>
o = new MyCFC();
writeOutput(o.getMyProperty1());
writeOutput(o.getMyProperty2());
</cfscript>
Can this ticket please be re-opened and fixed?
Thanks!,
-Aaron
-----------
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4044095
External Customer Info:
External Company:
External Customer Name: Aaron
External Customer Email:
Attachments:
Comments: