Justin
Member since Oct 26, 2010
- Profile: /members/7149-justin.htm
- Comments: 3
Recent Blog Comments By Justin
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Mar 19, 2012 at 9:20 AM
@Joel, I'm thinking you are experiencing someone trying SQL Injection attacks. You may want to use CFQUERYPARAMs if the variables are being used in queries.... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Oct 27, 2010 at 10:05 AM
@Ben, Yes, I am using both and it happens to both. Since you are only familiar with the Exception-type, I'll just stick to that one in this discussion. The problem I am having is that I have the cferror tag in my Application.cfc at the root level. And any pages that run in the root, it works f... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Oct 26, 2010 at 8:40 AM
You mentioned early on that it doesn't matter the location of the templates in the CFERROR tags, because they are relative to the Application.cfc file. However, I'm getting errors on pages that run that are in subfolders, yet use the same Application.cfc file in the parent folder. My tags look like ... read more »