Discussions

Enabling CF to switch to using Java’s regex engine

If you may ever encounter problems trying to use regular expressions in CFML (which are actually PERL regex’s), did you know that you can tell CF to use Java regex’s instead? This has been possible since 2019, but you could have missed when the change was introduced via CF2018 update 5 in Sep 2019–and of course the option is also built into CF 2021. This is one of those settings which can be enabled/controlled at either: the server level: via […]

The Summit That Was – Captured for your convenience

On the brightly-lit lanes of Las Vegas, inside the bowels of The Mirage, Adobe ColdFusion hosted its tenth Annual ColdFusion Summit on 3-4 October. Shameer Ayyapan hosted the ColdFusion Keynote on Day 1 highlighting the state of Adobe ColdFusion as well as its release plan Joel Cohen, acclaimed writer of The Simpsons was the other highlight speaker amidst a veritable roster of eminent speakers and experts. For over two days, they imparted knowledge and insights to CF fans from across […]

Log4j New Security Vulnerability and ColdFusion (Critical Zero Day Attack)

The new security vulnerability Log4j is 10/10 on the “Hacking Richter scale”. How might it be affecting your ColdFusion servers? And what can you do to protect your company? TLDR; This issue affects most servers as Log4j is used by many software tools on modern servers, as well some versions of Adobe ColdFusion. Lucee CFML is not affected. Action: Patch Log4j in all your server software (not just in older versions of CF) Action: Add the JVM arg -Dlog4j2.formatMsgNoLookups=true to […]

Dealing with the recent log4j vulnerability, before Adobe releases an update

Worried about the log4j vuln? What can you do?

Updates available for Java 8 and 11, as of July 20, 2021

Originally posted July 26 2021; updated Aug 5 2021 ColdFusion users should be aware that there were updates released last week (Jul 20) to the long-term support (LTS) versions of Oracle Java, versions 8 and 11. Java 11 is the version currently supported by CF2021 and CF2018. For more on the JVM updates, see the Oracle technotes: Release notes for Java 11.0.12 Release notes for Java 8.0_301 These updates, like most JVM updates, include security-related fixes. Among them are a […]

Updates available for Java 8 and 11, as of Apr 2021

ColdFusion users should be aware that there were updates released last week (Apr 20) to the long-term support (LTS) versions of Oracle Java, 8 and 11 (the two versions supported currently by CF2021 and CF2018). For more on the updates, see the Oracle technotes: Release notes for java 11.0.11 Release notes for java 8.0_291 For some, that’s all they need to hear. For other folks, you may want to (need to) to know a lot more. For that, see a […]

Webinar Series on API Creation and Management

ColdFusion Developers, do you want a first hand look at publishing APIs securely and at scale? Then mark your calendars for Brian Sappey’s upcoming webinars! This seven-part series will give you a 360 degree view of the API Manager and teach you how to build RESTful APIs with Adobe ColdFusion. Everything from securing, publishing and monitoring APIs, will be covered with hands-on examples, and easy discussions. Register now for the webinar series here. Here are the series topics: Topic:  Introduction […]

Addressing SameSite cookie issues, before Adobe offers an update that does

How to quickly resolve samesite cookie issues, at least until a CF update helps handle it more automatically.

A fix for the error: ColdFusion was unable to create an image from the specified source file

How to solve a problem that may not be obvious: the CFML image tags and functions that accept a URL won’t follow a redirect, but instead fail with this cryptic error.

Beware that Adobe forum content created between Aug 22 and Sep 12 will be LOST

Wow, I just noticed some news today, Sep 3, which–to me–is tragic. (This is about the CF Forums, though, not this CF portal where you are reading this.) If you visit the front page of any of the Adobe CF forums or subforums (like for CF Administration), as well as several other non-ColdFusion Adobe forums, you will see a message stating that: We are excited to announce we will be delivering a modern community experience to you in the very near […]

Hidden Gems in ColdFusion 2018, Part 1: Series Overview

In every release of Adobe ColdFusion, there are the few major features which receive a lot of attention from Adobe and from CF users, but there are often dozens of lesser-known features that may help you, whether regarding coding or such things as security, administration, installation, configuration, tuning, monitoring, and so on. And of course, there can be important compatibility/migrations to be aware of, and still more.