displaying top 100 results
Tracker Comment Comment on cflogin exception in CF 2018 by Sam M.
Comment on cflogin exception in CF 2018 by Sam M.
Tracker Comment Comment on [ANeff] Bug for: ArrayContainsNoCase and ArrayDeleteNoCase are missing by External U.
2613281 CF-3335956 External U. Hi Awdhesh,
I'm searching for a 'string', not an 'array'. Can you please try this?
data = ["aaaa", ["sam", "john"]];
elementToFind = "AAAA";//string
inn = ArrayFindNoCase(data, elementToFind);
writeoutput("Index found at #inn#");
Result: Index found at 1
Tracker Issue Problem with CFX tag in multiserver installation
).
Steps to Reproduce:
We just installed coldfusion 9.0 in mono or multi server installation and patched it (9.0.1).
We added the .class file in "C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\classes\SamFax.class"
We added cfx tag :
* Java CFX
* Tag Name : cfx_SamFax
* Class Name : Sam
2597042 CF-3174462 Language Sam Dealey Custom functions named "trace" don't raise the expected errors Problem Description: Normally when a new function is added, the server produces an error when it encounters a custom function with a matching name. This doesn't occur with the new Trace() function