You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the CFIDE option to Prefix serialized JSON is set to "//", then the
JavaScript validation code throws "Uncaught SyntaxError: Unexpected
end of input."
The code looks like this...
.rules('add',{"minpatternsmatch"://{"letters":
Just a FYI, I've disabled the CFIDE setting for the moment.
The text was updated successfully, but these errors were encountered:
From what I can determine there is no way to tell ColdFusion to ignore the securePrefix, or to get the securePrefix (as it may not be "//") so that it can be stripped.
Thanks for the feedback, the only way I can see of doing this is to replace the native JSON serialisation with cfJSON or similar. For now I think this might have to go on the "nice to have" list.
If the CFIDE option to Prefix serialized JSON is set to "//", then the
JavaScript validation code throws "Uncaught SyntaxError: Unexpected
end of input."
The code looks like this...
Just a FYI, I've disabled the CFIDE setting for the moment.
The text was updated successfully, but these errors were encountered: