Adobe 38043740 - ColdFusion Standard - Mac Manual page 80

Server lockdown guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

<servlet-mapping id="coldfusion_mapping_14">
<servlet-name>CFFileServlet</servlet-name>
<url-pattern>/CFFileServlet/*</url-pattern>
</servlet-mapping>
6.10 Disabling Remote CFC Invocation
The
is used to serve SOAP web service requests, remote CFC method invocation (eg
CFCServlet
file.cfc?method=doSomething), AIR synchronization, and flash remoting. If you do not require these features
you can change the servlet mappings that point to the
servlet mappings:
<servlet-mapping id="coldfusion_mapping_8">
<servlet-name>CFCServlet</servlet-name>
<url-pattern>*.cfc/*</url-pattern>
</servlet-mapping>
<servlet-mapping id="coldfusion_mapping_4">
<servlet-name>CFCServlet</servlet-name>
<url-pattern>*.cfc</url-pattern>
</servlet-mapping>
Change to the following:
<servlet-mapping id="coldfusion_mapping_8">
<servlet-name>CFForbiddenServlet</servlet-name>
<url-pattern>*.cfc/*</url-pattern>
</servlet-mapping>
<servlet-mapping id="coldfusion_mapping_4">
<servlet-name>CFForbiddenServlet</servlet-name>
<url-pattern>*.cfc</url-pattern>
</servlet-mapping>
to the
CFCServlet
CFForbiddenServlet
. Change the
80

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents