Adam Cameron
nuller = ()=>; // CF: fine; Lucee: Syntax Error, Invalid Construct on line 2
writeDump([isNull(nuller())])
https://trycf.com/gist/a2d193ecb21c454dbe13d932c6c99c61/lucee5?theme=monokai
And, yes, I did actually write code like that. Well actually it was nullValue = (()=>)()
, but it's a similar issue.zackster
06/08/2023, 7:04 PMzackster
06/08/2023, 8:27 PMzackster
06/09/2023, 11:13 AMrodyon
06/09/2023, 2:30 PMzackster
06/09/2023, 5:17 PMzackster
06/09/2023, 6:48 PMmjclemente
06/09/2023, 8:40 PMScott Steinbeck
06/10/2023, 1:40 PMzackster
06/12/2023, 11:29 AMbrettpr
06/12/2023, 12:45 PMzackster
06/12/2023, 12:46 PMbrettpr
06/12/2023, 12:48 PMbrettpr
06/12/2023, 1:50 PMbrettpr
06/12/2023, 1:50 PMSimone
06/12/2023, 3:10 PMSimone
06/12/2023, 3:13 PMdavla
06/12/2023, 5:52 PM<cfscript>
cfhttp( url="<https://jobs.isc.co.uk>", method="get", result="result" ) {}
dump(result);
</cfscript>
returns an error:
Connection Failure: Unknown host: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty.
Any ideas? Running on Lucee 5.4.0.74-SNAPSHOT with 11.0.19 Eclipse Adoptium 64-bit.
The SSL is attached to the Load Balancer (which hasn’t changed) - I created a new target group and attached the new EC2 and gradually updated the rules to forward traffic to the new EC2 target group.bhartsfield
06/12/2023, 6:16 PMzackster
06/13/2023, 3:59 PMzackster
06/14/2023, 3:57 PMzackster
06/14/2023, 8:40 PMgavinbaumanis
06/15/2023, 2:33 AMAdam Cameron
q = queryNew("id","integer", [["NOT_AN_INT"]])
q.addRow(["STILL_NOT_AN_INT"])
q.addRow(1)
q.setCell("id", "SERIOUSLY_NOT_AN_INT", q.recordCount)
writeDump(q)
CF, correctly IMO, errors-out on each of those.zackster
06/16/2023, 2:32 PMMauro caresimo
06/16/2023, 2:35 PMMauro caresimo
06/16/2023, 3:36 PMzackster
06/16/2023, 4:50 PMzackster
06/18/2023, 1:06 PMzackster
06/18/2023, 1:09 PM