> My company managing a dedicated CF application server for a
> client of ours. The development on the server was done by
> alot of third parties and we are seeing some issues that may
> be related to some improper programing techniques or just bad
> code. We want to implement a master error handling template,
> however we do not want to override any existing error handling.
> The CF version is 5 Enterprise. So my questions are:
>
> Master Error Handling Template:

I'm not sure exactly what you mean by a "Master Error Handling Template",
but I assume you mean the site-wide error handler that you can specify
within the CF Administrator.

> 1. Does it take precedence over other error handling?

No, not exactly. It depends on what type of error handling you have in
place. Exception handlers and CFERROR with TYPE="EXCEPTION" will both
execute before the site-wide error handler, but the site-wide error handler
will execute before CFERROR with TYPE="REQUEST".

> 2. Does it get executed after existing error handling if present?

Only if that existing error handling throws an error.

> 3. Are there any limitations or issues with implimenting it?

I can't think of anything significant.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to