content top

ColdFusion Zeus POTW – Extra edition again…

Hey, it’s the holidays, so why not share one more quick ColdFusion Zeus update? This is another little feature that literally became available two days ago. If you’ve ever needed to dynamically invoke a CFC method, you know that’s simply enough using cfinvoke. So for example: <cfset s = new some()><cfset dynmeth = "test"><cfinvoke component="#s#" method="#dynmeth#"...

Read More

ColdFusion Zeus POTW – Extra edition…

Ok, I know I did a Zeus POTW earlier this week, but I had to share this little gem. This is another small thing – a simple function – and something that’s been possible via a CFLib UDF for years. That being said – when I saw this show up in the latest Zeus build today, I had to share. If you’ve ever needed to format a date and a time, you know that it requires two calls,...

Read More

ColdFusion Zeus POTW: CallStack

One of the new language additions to ColdFusion Zeus is the ability to get the current callstack. If that sounds Greek to you, it’s simply the ability for a function to know who call it, who called that guy, and so on. It sounds confusing, but a few quick examples will help. In our first example, I’ve got a call to a UDF that calls another UDF. That UDF runs one of the two new functions introduced in this blog post,...

Read More

Security Hot-fix released for ColdFusion 9.0.1 and earlier

An important security hot-fix is released today for ColdFusion 9.0.1 and earlier. Here is the link to the security bulletin. This hot-fix addresses Cross site scripting (XSS) issues for cfform tag and RDS.

Read More
content top