Specifications
12 Migrating ColdFusion 5 Applications
The ColdFusion section of the Macromedia website contains the most current
compatibility information. For more information, go to
http://www.macromedia.com/coldfusion.
cfreport
Changed This tag no longer manages the data connection for a
Crystal report. Passes datasource, username, and
password attributes to the Crystal Reports server for it to
manage the data connection directly.
See cfreport in
CFML Reference
.
cfservlet
Deprecated Will be obsolete in later versions of ColdFusion MX. See cfservlet in
CFML Reference
.
In cfservlet tags, you can only call servlets that were
created in JRun version 3.1 or earlier.
cfservletparam
Deprecated Will be obsolete in later versions of ColdFusion MX. See cfservletparam
in
CFML Reference
.
cfsetting
Changed The catchExceptionsByPattern attribute will be
obsolete in later versions of ColdFusion MX. ColdFusion
MX uses best-fit exception handling. You can no longer
set catchExceptionsByPattern to No to use first-fit
exception handling.
See cfsetting in
CFML Reference
.
cfswitch
Changed You can no longer have code inside a cfswitch tag that
is not in a cfcase or cfdefaultcase tag. ColdFusion 5
erroneously ignores the code, whereas ColdFusion MX
correctly throws a compiler error.
See cfswitch in
CFML Reference
.
Tag Status Compatibility issue
For more
information