<[EMAIL PROTECTED]> wrote:
> >Unfortunately, I just found out while training the MX Master Class that the ColdFusion MX 6.1 Updater broke dumping CFCATCH,
> So it wasn't just me! It works if you do <cfdump var="#cfcatch#"> but
> not <cfdump var="#variables#">, in the latter case it gives a blank
> value for cfcatch.
I spoke to the CF product team and this is what they said (my paraphrasing):
A fix is currently in the works and will be posted as a hotfix in the
near future on the ColdFusion Support site.
The updater included a fix for duplicate() to make deep copies of
objects. However, exceptions are problematic because they can be
self-referencing so duplicate() only makes shallow copies of Throwable
objects (native Java exceptions). Unfortunately, <cfdump> relies on
duplicate() to convert Throwable objects into CF exception objects
which means that it now fails to report certain types of exceptions
correctly.
--
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

