Archive: March 2013

3 posts

Recent Adobe ColdFusion hotfixes

by kai on 11/03/2013

A few days ago, Adobe released a set of hotfixes for the currently supported versions of ColdFusion (9 and 10). Those hotfixes cater for a variety of things, among others - support for Java 7. ColdFusion 9 and 9.0.1 Unfortunately things are not as easy as they could have been. On Feb 27, 2103 Adobe released the following hotfixes for the various CF 9 releases: CF9 CHF2:…

Read the full article →

Intellij: What to do with .cfm files that are actually .xml files

by kai on 10/03/2013

If you work with CFML, you might have come across a situation in which you're working with .cfm files that actually contain XML-only content. There are many reasons why developers would put XML-only content into .cfm files, but typical examples would be certain framework files such as circuits in Fusebox or maybe configuration files in ColdSpring, Fusebox or other frameworks. If you're using…

Read the full article →

Aaaand... another JVM update...

by kai on 10/03/2013

I thought it'd be over, but it turns out that I was wrong. Oracle has pushed out JDK/JRE 1.6.0_43 - their first (of maybe many) security bugfixes of Java 6 post-end-of-support. The new security baseline is now 1.6.0_43, check out the release notes and the relevant Security Alert document. From what I can see the patched issues seem to mostly be relevant to running Java client/applet or web start…

Read the full article →