When performing a ColdFusion 9 multiserver upgrade, the existing ColdFusion 8 server must be uninstalled first. The instructions from Adobe recommend archiving the existing ColdFusion 8 configuration files ($JRUN/servers/*/cfusion?ear/cfusion?war/...
Read moreInteresting follow-up to ColdFusion listToArray() oddity.
Well! This was very interesting. Assuming I haven't made any dumb errors, there is one bug in ColdFusion 8 and three in ColdFusion 9 within the listToArray() function. The following is a MXUnit test case illustrating what I believe is expected, gi...
Read moreChange in behavior of listToArray() in ColdFusion 9
The listToArray() function in ColdFusion 8 has three parameters: list, delimiters, and includeEmptyFields. With ColdFusion 9, there is now multiple delimiter support in the fourth parameter. However, there is also a behavior change in the default ...
Read more