Tom
Member since Apr 18, 2012
- Profile: /members/9850-tom.htm
- Comments: 4
Recent Blog Comments By Tom
-
Snooper.cfc - A ColdFusion Component For Finding Live Variable Leaks
Posted on Nov 5, 2015 at 10:38 AM
Ben, Follow on from above just for clarity i mean a way to block all variables in the variables scope not just variable "tom" which could be blocked by just adding "tom" to .excludeKeys. Cheers Tom... read more »
-
Snooper.cfc - A ColdFusion Component For Finding Live Variable Leaks
Posted on Nov 5, 2015 at 8:01 AM
Ben, For components written in CFML i use ( http://varscoper.riaforge.org/ ) but it doesn't work with components written in cfscript. Snooper.cfc looks interesting for cfscript components albeit the method for checking your code is different as you can't just run it directly against your source.... read more »
-
My First ColdFusion Web Service
Posted on Apr 19, 2012 at 5:33 PM
In case anyone is interested i've managed to manipulate the process of requesting the WSDL so that it removes the CF version number from the auto generated WSDL. See http://forums.adobe.com/thread/991221 for details.... read more »
-
My First ColdFusion Web Service
Posted on Apr 18, 2012 at 1:18 PM
Hi Ben, I've opened up http://www.bennadel.com/resources/webservices/Fun.cfc?wsdl in my browser and can see on line 2 of the auto generated WSDL is: <!--WSDL created by ColdFusion version 8,0,1,195765--> This strikes me as information that i'd not like to give out to the world. Do you, or a... read more »