Some of our clients are simply hosting ColdFusion sites on our servers. These sites are sometimes using HTML and HTM files as the source of ColdFusion code. In such a…
Tag: ColdFusion
Sometimes, ColdFusion tends to be a real troublemaker in connection with IIS. The IIS is also not helping – the error messages are not always meaningful. The ultimate solution to…
In my previous post, I wrote about an excellent Croppy library. It provides the image cropping – client-side, with the defined aspect ratio. I decided to send the results of…
If you tried to calculate HMAC-SHA1 in ColdFusion, you might find a strange issue: if the key is provided as a byte array, it is not producing the proper results…
From time to time we are facing the metaspace issue on various ColdFusion servers. The websites are frozen and in the error log you can find something like this: “Error”,”http-nio-8500-exec-7″,”06/04/20″,”12:09:39″,”cfadmin”,”Metaspace…
NOTE: This post is relevant for the Apache-based servers. For IIS-based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade/ I noticed that this issue occurs on ColdFusion 2016 and 2018 after the ColdFusion server update.…
We came across the “Illegal key size or default parameters” issue after switching from an older version of ColdFusion to the freshly installed ColdFusion 2016. It was strange. The encryption…
NOTE: this post is relevant for the IIS based servers. For Apache based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade-on-apache/ This issue occurs mostly in ColdFusion 2016 and ColdFusion 2018 but can also be…
Are you using REST API capabilities buit in into ColdFusion? It comes handy when you want to implement a fast and reliable backend for Angular or React application, it also…
Have you noticed something like this on your ColdFusion server? The default document is loading just fine. This means that your clients can view the homepage or the folders where…