

How to use external CSS while generating a .pdf using cfdocument.
We are pleased to announce that we have released the updates for the following ColdFusion versions: ColdFusion (2021 release) Update 6 ColdFusion (2018 release) Update 16 In 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 For more information, see the tech notes below: ColdFusion (2021 release) Update 6 ColdFusion (2018 release) Update 16 These updates fix security vulnerabilities that are mentioned in the security bulletin, APSB23-25. The Docker images will be […]
The time is here, the time is now! CANCEL ALL YOUR WEEKEND PLANS! We are pleased to announce the opening of the CF Fortuna Open #Beta, now available on the Adobe Prerelease site! Features available in this release include: * GraphQL Client (native GQL support for consuming GraphQL endpoints) * Google Cloud Platform ( FireStore ) * Google Cloud Platform ( GCP Storage ) * Google Cloud Platform ( Pub/Sub ) * Central Configuration Service * HTML to PDF engine […]
ColdFusion provides a built-in logging system to help you track and troubleshoot application issues. The logging system generates various log files, including the coldfusion-out.log file, which logs standard output and errors. However, if left unmanaged, the coldfusion-out.log file can grow very large and consume a lot of disk space. In addition, it can become difficult to find relevant log entries in a large log file. Therefore, it is important to manage the coldfusion-out.log file and implement log rotation to keep […]
If you’re using ColdFusion 2021 and above, you’ll be happy to know that the latest versions of ColdFusion offer built-in support for multiSubnetFailover. This means you can configure your Microsoft SQL database connections to failover quickly and efficiently, with minimal impact on your applications and users. Below are the simple steps: Step 1: Log in to ColdFusion Administrator and navigate to the Data & Services > Data Sources page. Choose “Other” as the driver type and Enter a name for […]
A change of behavior in the Oracle JDK 11 installer deletes previously installed JDKs and overwrites the most recent version.
Hi i am trying replicate this call by PHP to Coldfusion: The call must be by method GET but passing data json in body {“parameter”: “2222222”} In PHP works fine but in coldfsuion no. $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ‘http://{—URL—}); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, ‘GET’); curl_setopt($ch, CURLOPT_POSTFIELDS, “{‘param’: ‘2222222’}”); $headers = array(); $headers[] = ‘X-Api-Token: {—TOKEN–}’; $headers[] = ‘Content-Type: application/json’; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $result = curl_exec($ch); Coldfusion not works fine: <cfhttp url=”http://—-URL—” method=”GET” result=”res” charset=”utf-8″> <cfhttpparam type=”header” […]
Apologies for posting this question to this discussion group, but I’m not sure where else I could ask. I’ve not accessed the Adobe tracker site for a little while, and when I came to check out my outstanding issues yesterday, it reported that I had no issues created and no issues voted on. I looked at the ajax calls going on behind the scenes, and it appears that everything returned is giving a 400 error: I thought about submitting a […]
Posted Feb 7, 2023; updated Feb 16, 2023 If you may have missed the chance to attend the Adobe ColdFusion Summit, held in Oct 2023 in Las Vegas, here’s another chance to hear live from Adobe and other speakers (talking especially about the upcoming ColdFusion 2023 release) at the free Adobe ColdFusion Summit East to be held Apr 6 2023 at the Marriott Marquis Washington, DC. The agenda (and speaker) details are not yet posted, but you’ll want to save […]
Multiple versions of Mura CMS and Masa CMS contain an authentication bypass vulnerability that can allow an unauthenticated attacker to login as any Site Member or System User.
I’ve searched the docs but cannot seem to find an answer to “Does using the cfqueryparam prevent SQL Injection”? Found some info while googling but would like a definitive answer from this community. Thanks!
Gavin Pickin and Brad Wood host this week’s CFML News Podcast To listen or subscribe to the podcast visit our site Or watch the video replay on youtube: They discuss a the latest Java 8, 11, 17 and 19 releases, and a gotcha you might not realize with the Oracle JDK installers. Webinars / Meetups and Workshops – Ortus Fridays back in January 2023 including Grant Copley talking about CBWire as well as a poll on the Ortus Community site […]