CFBreak 2024-29 Published on July 26, 2024
Week 29, 2024: Here's the latest from the CFML, ColdFusion and Lucee community.
![]() | Charlie Arehart |
On handling the June 2024 CF update change of default algorithm from CFMX_COMPAT If you're considering or have already implemented the latest CF updates... |
![]() | Ben Nadel |
Working Code Podcast - Episode 188: Code Review Nuance Ben Nadel and the crew talk about code reviews; and reflect on the decision tree that we use when reviewing other people's code... An "x-input" Property Binding Directive In Alpine.js Ben Nadel creates an x-input directive in Alpine.js which allows outer component properties to be bound to inner component properties... Code Kata: Building A Tri-State Switch In Alpine.js Ben Nadel tries to build a tri-state switch / toggle using Alpine.js... |
![]() | Adobe ColdFusion Blog |
How to change the default Java in API Manager The ColdFusion API Manager typically comes with default Java versions (1.8.0_112 and 1.8.0_361)... |
![]() | Giancarlo Gomez |
![]() | Brian Reilly |
On ColdFusion Administrator Access Control Bypass Techniques Introduction Access Control is frequently boring but important... Summercon 2024 Slides - Modern ColdFusion Exploitation and Attack Surface Reduction Last Friday it was an absolute honor to talk about ColdFusion security at Summercon ... |
![]() | James Moberg |
Convert Numbers to Text using ColdFusion and ICU4J (This is a repost from my abandoned tumblr blog; dated 2016-11-17) A client requested... |
![]() | Ortus Solutions |
Level Up Your ColdFusion Skills with our Virtual Live Training: ColdBox from Zero to Hero Level Up Your ColdFusion Skills with our Virtual Live Training: ColdBox... Effortless Deployment: Launching Your BoxLang Miniserver! Deploying a BoxLang mini-server website to Render.com... BoxLang 1.0.0 Beta 6 Launched We are pleased to announce the release of BoxLang 1.0.0-Beta 6! This latest beta version includes improvements and essential bug fixes... |
![]() | Adobe ColdFusion Forums |
![]() | Lucee Community |
![]() | Ortus Community |
![]() | StackOverflow ColdFusion |
![]() | CFDocs Function of the Week |
structReduce()Iterates over every entry of the struct and calls the closure to work on the key value pair of the struct. This function will reduce the struct to a single value and will return the value. structReduce(struct, function(result, key, value [,struct]){} [, initialVal]) → returns any Member Function SyntaxsomeStruct.reduce(function(result, key, value [,struct]){} [, initialVal]) |
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:
|
![]() |