Steve
02/22/2023, 8:48 PM2/22/2023 12:39:22 PM - Initializing Install...
2/22/2023 123922 PM - Extension Details...
2/22/2023 123922 PM - Identifier : adobe-cfml-lsp
2/22/2023 123922 PM - Name : Adobe ColdFusion Builder
2/22/2023 123922 PM - Author : com-adobe-coldfusion
2/22/2023 123922 PM - Version : 1.0.443
2/22/2023 123922 PM - Description : Extension to help ColdFusion developers to manage projects, debug code, scan files for vulnerabilities and much more.
2/22/2023 123922 PM - Locale : en-US
2/22/2023 123922 PM - MoreInfoURL :
2/22/2023 123922 PM - InstalledByMSI : False
2/22/2023 123922 PM - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
2/22/2023 123922 PM - SignatureState : InvalidSignature
2/22/2023 123922 PM - SignedBy : Adobe Inc.
2/22/2023 123922 PM - Certificate Info :
2/22/2023 123922 PM - -------------------------------------------------------
2/22/2023 123922 PM - [Subject] : CN=Adobe Inc., OU=Cold Fusion, O=Adobe Inc., L=San Jose, S=ca, C=US, SERIALNUMBER=2748129, OID.2.5.4.15=Private Organization, OID.1.3.6.1.4.1.311.60.2.1.2=Delaware, OID.1.3.6.1.4.1.311.60.2.1.3=US
2/22/2023 123922 PM - [Issuer] : CN=DigiCert EV Code Signing CA (SHA2), OU=www.digicert.com, O=DigiCert Inc, C=US
2/22/2023 123922 PM - [Serial Number] : 0F25C5A91B63906481873E67DEF97109
2/22/2023 123922 PM - [Not Before] : 12/18/2020 40000 PM
2/22/2023 123922 PM - [Not After] : 12/21/2022 35959 PM
2/22/2023 123922 PM - [Thumbprint] : EFDEC600A43E9D55625E7AD6D2ED2F0CFC5C8D6F
2/22/2023 123922 PM - Supported Products :
2/22/2023 123922 PM - Microsoft.VisualStudio.Code
2/22/2023 123922 PM - Version :
2/22/2023 123922 PM - ProductArchitecture : x86
2/22/2023 123922 PM - References :
2/22/2023 123922 PM - Signature Details...
2/22/2023 123922 PM - Extension is signed with an invalid signature.
2/22/2023 123922 PM - Searching for applicable products...
2/22/2023 123922 PM - Found installed product - Visual Studio Professional 2022
2/22/2023 123922 PM - Found installed product - ssms
2/22/2023 123922 PM - Found installed product - Global Location
2/22/2023 123922 PM - VSIXInstaller.NoApplicableSKUsException: One or more extensions are for Visual Studio Code. Try installing them in Visual Studio Code.
at VSIXInstaller.ExtensionService.GetInstallableDataImpl(IInstallableExtension extension, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()mithlond
02/22/2023, 10:35 PMmithlond
02/23/2023, 5:40 PMa = {}
a.b.c = 1
writedump(serializeJSON(a)) // {"B":{"C":1}}
2021
a = {}
a.b.c = 1
writedump(serializeJSON(a)) // {"b":{"C":1}}
mithlond
02/23/2023, 5:41 PMa["b"]
, the implicitly created b
struct is now being created w/ a case-sensitive key instead. 🤷mithlond
02/23/2023, 5:42 PMmithlond
02/23/2023, 5:43 PMmithlond
02/23/2023, 5:44 PMa.b.c = 1
rather than being magically helpful 🙂 but I know that's been a feature of the language for lo these many timesmithlond
03/02/2023, 10:42 PMcom.lowagie.text.ExceptionConverter
and a message of The document is not open.
Anyone seen anything like that before?Prashant S
03/03/2023, 11:11 AMMark Takata (Adobe)
03/06/2023, 3:58 PMjc
03/08/2023, 5:15 PMfireInstanceID
returned in the handler functions ( I could not find any ). At the moment I am using bigint
to store it as int
was too small, but I wanted to confirm this was safe to continue to use as I am using the event handler to keep a log of task execution, completions and errors if any.Tim
03/09/2023, 3:56 PMMark Takata (Adobe)
03/09/2023, 4:59 PMjakobward
03/11/2023, 12:08 AMMark Berning
03/13/2023, 1:51 PM{
"status": 500,
"error": "None",
"message": "I/O error on POST request for \"<http://cf2021.cffiddle.org:8500/cffiddle/c85fa036-5a93-423a-b748-4f0852e91d64/b0faac60-e774-4e5c-aff0-ce794e966d29/tmp_9c697291-50c9-4fad-b3ff-8dc1e0db29b8.cfm?__fiddlecall=true&__sandbox=c85fa036-5a93-423a-b748-4f0852e91d64&__appid=b0faac60-e774-4e5c-aff0-ce794e966d29>\": Connect to <http://cf2021.cffiddle.org:8500|cf2021.cffiddle.org:8500> [<http://cf2021.cffiddle.org/10.0.0.4|cf2021.cffiddle.org/10.0.0.4>] failed: Connection refused (Connection refused); nested exception is org.apache.http.conn.HttpHostConnectException: Connect to <http://cf2021.cffiddle.org:8500|cf2021.cffiddle.org:8500> [<http://cf2021.cffiddle.org/10.0.0.4|cf2021.cffiddle.org/10.0.0.4>] failed: Connection refused (Connection refused)",
"timeStamp": 1678715421916,
"path": null
}
Mark Takata (Adobe)
03/14/2023, 3:47 PMseancorfield
createObject()
? I think Lucee has a more integrated syntax but I can't remember whether the tickets requesting better syntax in ACF ever happened?salted
03/15/2023, 9:51 AMsalted
03/15/2023, 10:03 AMIn this release, we’ve addressed some security vulnerabilities and added the following jvm flags to that effect.
-Dcoldfusion.cfclient.enable=true/false
-Dcoldfusion.cfclient.allowNonCfc=true/false
salted
03/15/2023, 10:03 AMsalted
03/15/2023, 10:04 AMsalted
03/15/2023, 10:05 AMsaghosh
03/15/2023, 10:12 AMsaghosh
03/15/2023, 10:13 AMsalted
03/15/2023, 10:14 AMrstewart
03/17/2023, 12:46 PMLeon Miller-Out
03/17/2023, 3:14 PMLeon Miller-Out
03/17/2023, 3:44 PMJim Priest
03/17/2023, 5:59 PMemmet
03/17/2023, 10:42 PM