Damon Miller
Member since Feb 14, 2014
- Profile: /members/11624-damon-miller.htm
- Comments: 2
Recent Blog Comments By Damon Miller
-
OWASP Encoder.cfc - A Java Encoder Proxy For ColdFusion
Posted on Dec 29, 2015 at 10:52 AM
I wanted to point out the that CF method encoders in CF10+ are NOT the same thing as the Java Encoder project. Under the hood, CF uses the ESAPI encoders, not the Java Encoder project. These are 2 separate OWASP projects. The ESAPI for Java project is not currently active while the Java Encoder p... read more »
-
Using ObjectSave() And ObjectLoad() With Non-ColdFusion-Component Data Types
Posted on Feb 14, 2014 at 3:57 PM
I have found a valid use case for objectSave/Load in unit testing. In those rare cases where we have a setup with session persistence turned on in either JRun/Tomcat, any data stored in the session scope gets serialized by Java on CF shutdown and deserialized on CF startup. If you have data in the... read more »