> However - if I go and break the cfml in notfound.cfm:
>
> You've reached notfound.cfm</cfoutput>
>
> And call the same file (www.site.com/nothere.cfm) I get an unhandled 
> 404-error from the CF server - and not a 500-error like I would expect.
>
> Have you ever been a victim of this? And if so - how did you solve the 
> problem?

This is the expected behavior for CF's error handlers - if they
themselves have an error, they fail silently and your error is
processed as if you didn't have the handler in the first place.

To solve the problem, don't leave errors in your error handlers, and
make them as simple as possible.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:348352
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to