IIRC I think site wide error handlers can catch it. However, compile errors in 
prod applications is not the norm, since it would mean the code was never 
tested.

-Leigh

--- On Thu, 12/6/12, DURETTE, STEVEN J <sd1...@att.com> wrote:

From: DURETTE, STEVEN J <sd1...@att.com>
Subject: RE: CFERROR Handler
To: "cf-talk" <cf-talk@houseoffusion.com>
Date: Thursday, December 6, 2012, 4:59 PM


Seems to me if it generates an error which looks like a ColdFusion error then 
we should be able to display something other than that error. That is just a 
common security practice to NOT have debug information go out to the public.

If ColdFusion isn't displaying the error, then what is Java? 

Steve


-----Original Message-----
From: Leigh [mailto:cfsearch...@yahoo.com] 
Sent: Thursday, December 06, 2012 11:55 AM
To: cf-talk
Subject: Re: CFERROR Handler


Search the HOF archives. I remember there is a thread about this topic. In 
brief, error handlers only capture runtime exceptions. That is a compile error, 
which happens before the code ever executes. So standard cfm error handlers 
cannot capture it.

-Leigh







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353383
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to