|
|
All ColdFusion 5 functions are available.
There are a number of ColdFusion tags which are intended for Intranet applications and need to be disabled to provide adequate security on shared use servers such as ours.
All ColdFusion 5 tags are available with the following exceptions:
The <CFCONTENT> tag is disabled but has been replaced by the <CF_KS_CONTENT> tag. The parameters and syntax are the same with the exception that all paths are relative to the directory in which the current script is run. <CFCONTENT> uses absolute paths. Pathing back from the scripts directory is not allowed.
The <CFDIRECTORY> tag is disabled but has been replaced by the <CF_KS_DIRECTORY> tag. The parameters and syntax are the same with the exception that all paths are relative to the directory in which the current script is run. <CFDIRECTORY> uses absolute paths. Pathing back from the scripts directory is not allowed.
The <CFFILE> tag is disabled but has been replaced by the <CF_KS_FILE> tag. The parameters and syntax are the same with the exception that all paths are relative to the directory in which the current script is run. <CFFILE> uses absolute paths. Pathing back from the scripts directory is not allowed.
The <CFOBJECT> tag is disabled.
The <CFREGISTRY> tag is disabled.
The <CFADMINSECURITY> tag is disabled.
The <CFEXECUTE> tag is disabled.
The <CFSCHEDULE> tag is disabled.
The following ColdFusion 5 tags are available however they are known, under certain conditions, to cause ColdFusion servers to hang. For that reason kudos.net.nz reserve the right to remove or disable any ColdFusion pages found to contain the following tags. These tags have been deprecated in favour of the more generic <CFQUERY> tag which can handle all the functionality of these tags:
The <CFINSERT> tag
The <CFUPDATE> tag
|
|