CFBreak 2026-22
2026 » Published on June 5, 2026
Week 22, 2026: Here's the latest from the CFML, ColdFusion and Lucee community.
| | Pete Freitag |
| Pete's Tip of the Week Do you know how to read a stack trace, or does it look like an encrypted jumble of characters from the Matrix? Knowing how to read one makes debugging easier. Here's how I read a CFML stack trace: First read the top line, this often contains the root cause of the error. Next scan down the stack trace until you see a file name ending in .cfc or .cfm, this tells you what line of your code caused the error. Finally go up line by line to understand why the error was thrown, or go down line by line if your not sure how your application might have gotten to this state. I wrote How to read a ColdFusion Stacktrace a few years ago, which goes deeper into this topic. |
| | Ben Nadel |
| Applying The Transactional Outbox Pattern In ColdFusion Ben Nadel applies the transactional outbox pattern to this ColdFusion blog, ensure at least once delivery for all of his comment emails... Constant-Time Equality Check In ColdFusion Ben Nadel explores fixed-time / constant-time comparison in ColdFusion as a means to prevent timing attacks... Intermittent Bug In serializeJSON() In Adobe ColdFusion 2025 Ben Nadel shares what he believes is a serializeJson() bug introduced in the recent Adobe ColdFusion 2025 patches... |
| | Raymond Camden |
| Creating a Heavy Rain Alert with RainDrop and Val Town One of the "joys" of living in Louisiana is the rainy season, which is heavier in spring but honestly, feels like it lasts all year long... |
| | James Moberg |
| A cross-engine CFML client for the ipLogs.com IP reputation API - Is this IP a VPN, a datacenter, or a real person? Released a new open-source CFC: iplogs... cfGlobalping: ping, dig, and curl your site from anywhere on Earth - in CFML - Run a ping, traceroute, mtr, DNS lookup, or HTTP check from real machines in real locations Can my web application be accessed "out there"? Not from my server... |
| | Mark Bockenstedt |
| cfqueryparam, cfsqltype, Lists, and You Something that might trip up ColdFusion beginners is how to choose which cfsqltype to give to
cfqueryparam when you're using a list of IDs... |
| | ColdFusion YouTube Channel |
| | Ortus Blog |
| MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox... One Language, Every Runtime: BoxLang Expands Beyond the Server Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions... BoxLang 1.14.0 : BoxSet is Here: BoxLang's New First-Class Set Type BoxLang 1.14.0 ships something... BoxLang 1.14.0 : Sets, Ranges, Inner Classes, and a Runtime That Talks Back BoxLang has never stood still, but 1.14.0 is something different... BoxLang Image Module 1.7.0: Full Format Freedom with WebP, GIF, BMP, TIFF and Built-in CAPTCHA The BoxLang image module just landed two back-to-back releases that make it significantly more capable... 🚀 Introducing BoxLang MCP: Give Your AI a Window Into Your Running BoxLang Application You launch your BoxLang application, traffic flows, schedulers execute, caches warm, threads spin... |
| | Lucee Community |
| | Ortus Community |
| | CFDocs Function of the Week |
len()Determines the length of a string or binary object len(Object) → returns numeric |
| | Upcoming Events |
| June, 18-19 2026: CFCamp Munich Germany: The only CFML conference in Europe - Tickets available now! | |
| June 22-23, 2026: Adobe ColdFusion Summit Las Vegas: Yep, you read that right CFSummit West is in June this year! Registration is open. |
| Brought to you by: Foundeo Inc. |
| This weekly CFML / ColdFusion newsletter is brought to you by Foundeo Inc. Purveyors of security products and services for CFML developers. Here's this week's featured product:
|
|


