16.04.2013 Views

Adobe® ColdFusion® 10 Server Lockdown Guide

Adobe® ColdFusion® 10 Server Lockdown Guide

Adobe® ColdFusion® 10 Server Lockdown Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CFFileServlet<br />

/CFFileServlet/*<br />

<br />

6.<strong>10</strong> Disabling Remote CFC Invocation<br />

The CFCServlet is used to serve SOAP web service requests, remote CFC method invocation (eg<br />

file.cfc?method=doSomething), AIR synchronization, and flash remoting. If you do not require these features<br />

you can change the servlet mappings that point to the CFCServlet to the CFForbiddenServlet. Change the<br />

servlet mappings:<br />

<br />

CFCServlet<br />

*.cfc/*<br />

<br />

<br />

CFCServlet<br />

*.cfc<br />

<br />

Change to the following:<br />

<br />

CFForbiddenServlet<br />

*.cfc/*<br />

<br />

<br />

CFForbiddenServlet<br />

*.cfc<br />

<br />

80

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!