> I'm working on an application where I am not allowed to do anything to the > settings created at an upper layer of the app. In those upper layers > there is a CFHEADER tag that is causing problems for my part of the > application. I need to remove it before it gets sent to the browser. > > Does anyone know how to remove that before it gets sent? I've tried > GetHttpRequestData() and GetPageContext() but neither of those show the > header tags that I'm trying to remove.
You can't really do anything about that directly. But you could create your own Application.cfc/cfm and override whatever's being done at that higher level. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350001 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

