> The problem I am having now is that the CFC's I use with > flash remoting have to be web accessible, which screws up the > standard I use for keeping my CFC's outside the WWW root. > Anybody have any ides. I thought about a wrapper CFC that > just called the real CFC, but if I am going to go through > that trouble why not just stick the CFC's in a web accessible > place to begin with?
Using a wrapper, or façade, is the typical solution for this problem. The advantage of this solution is that your logic cannot be invoked (or read, in the case of a source code browsing exploit). Of course, it is a bit of trouble that you may choose not to bother with. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228932 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

