BW
Member since May 10, 2017
- Profile: /members/13512-bw.htm
- Comments: 3
Recent Blog Comments By BW
-
Exceptions Are For Programmers, Error Responses Are For Users
Posted on May 11, 2017 at 2:03 PM
It looks like my workaround is going to be as follows: 1) Use the "Site-wide Error Handler" in CF Administrator (Server Settings, Settings, Site-wide Error Handler). 2) In the specified template, check against the IPs in the neo-debug XML file (\cfusion\lib\neo-debug.xml under the CF i... read more »
-
Exceptions Are For Programmers, Error Responses Are For Users
Posted on May 11, 2017 at 12:28 PM
Does the onError event handler properly handle a situation where an exception is thrown prior to page execution (presumably during a parsing pass of some sort)? I've used onError in the past and from what I remember it had the same problem. For example, a stray, open CFIF tag somewhere on the requ... read more »
-
Exceptions Are For Programmers, Error Responses Are For Users
Posted on May 10, 2017 at 8:48 PM
I've run into an issue with CF2016's debug/error output. Essentially, we want to not use the global error template on a particular site, thus enabling debug error output for the IPs defined in the CF Administrator. We'd rely on a <CFERROR> tag to send non-dev users a custom error template. ... read more »