/ckfinder.html
* add
/core/connector/cfm/Application.cfc
* remove the 'this.' settings from the top of the component
* add the following to the top of the component
THIS.mappings["/CKFinder_Connector"] = mapPrefix & BaseDir & "/core/vendor/ckfinder/core/connector/cfm/";
* add the following to all of the CFCookies
httpOnly="true" secure="#application.configBean.getValue('secureCookies')#"