ColdFusion 7.0.1 Hotfix Warning
Posted on Nov 17, 2005
You may be aware of this already, but I became aware of an issue with the hotfix when Crystaltech installed it. I had code such as obj.read(argumentCollection=form) or obj.read(argumentCollection=url) and, although this had been in place and working for years, it was suddenly broken. I needed to do obj.read(argumentCollection=duplicate(form)) but unfortunately this code was everywhere on all the sites I did when I had my business. Fun! For the most part, I don't maintain any of these sites anymore, but I try to be a nice guy ;-) Anyway, according to the comments on Ben Forta's post about the updater, it is a bug filed by Macromedia (#61485).
Comments
There are currently no comments for this entry...be the first!