Erik
Member since Jan 20, 2009
- Profile: /members/2803-erik.htm
- Comments: 3
Recent Blog Comments By Erik
-
SOAP Web Service Errors Are Handled Externally To The ColdFusion Application Framework
Posted on Dec 21, 2010 at 4:35 PM
Ben, Did you ever find way to catch the soap errors? The soap exception is disclosing some server information and is causing us to fail a compliance audit.... read more »
-
POI Utility Now Supports Formulas And Cell Aliasing In Custom Tags
Posted on Feb 4, 2009 at 11:46 AM
Ben, This utility looks great. However the POI library that comes with CF is version 2.5 released in 2004. I was able to get this working at a very basic level (reading excel files) with POI Version 3.1-FINAL (2008-06-29) but not Version 3.2-FINAL (2008-10-19). I'm fine with that since there was... read more »
-
Ask Ben: Hiding / Encrypting ColdFusion CFID And CFTOKEN Values
Posted on Jan 20, 2009 at 1:24 PM
In response to the original question, you can set a secure-attribute JSESSIONID cookie (meaning the cookie is only sent when using SSL) by adding the following line to C:\JRun4\servers\yourservername\cfusion-ear\cfusion-war\WEB-INF\jrun-web.xml. Put this after the </persistence-config> eleme... read more »