Specifications
10 Migrating ColdFusion 5 Applications
cfldap
Changed You can no longer sort cfldap query results on the client
side using the sort attribute. The sort attribute triggers
a server-side sort. If the LDAP server does not support
server-side sorting, cfldap throws an error.
The sort order depends on the LDAP server; for
example, iPlanet Directory Server 5.0, Novell 6.0 server,
Oracle Internet Directory 9i, Microsoft Active Directory,
and others might each sort differently.
To do client-side sorting on the cfldap query results, use
the ColdFusion Query of Queries feature.
See cfldap in
CFML
Reference
.
When action=query and dn is in the list of attributes,
cfldap returns each Distinguished Name (DN) with a
comma followed by a space. (In ColdFusion 5, cfldap
did not return DNs in a consistent format.)
If you select the referral attribute, cfldap returns the
name of the referred server before the results.
For example, if the referred server is
server1.rnd.anytown.anycorp.com:123, the results
could look as
follows: DN:ldap://server1.rnd.anytown.anycorp
.com:123/uid=bparker, ou=People, dc=siroe,
dc=com, dc=siroe, dc=co, CN:Barry Parker,
OU:Product Development, People
cflog
Changed The thread, date, and time attributes are deprecated,
and will be obsolete in later versions of ColdFusion MX.
All of these attributes default to Yes. If you set any of
these attribute values to No, ColdFusion MX throws a
runtime exception.
See cflog in
CFML
Reference
.
cfloop
Changed ColdFusion MX returns struct keys in the order that you
create them. ColdFusion 5 returns struct keys in
alphabetical order.
If you need sorted struct values or keys, use the
StructSort() and StructKeySort() functions.
See cfloop in
CFML
Reference
.
cfmail
Changed ColdFusion MX formats undeliverable mail differently
than in ColdFusion 5. If you have any custom code that
relies on this format, you must change it.
See cfmail in
CFML
Reference
.
cfparam
Changed ColdFusion MX correctly disallows the assignment of
complex data types (such as array, binary, query, and
struct) to the client scope in this tag.
See cfparam in
CFML Reference
.
Tag Status Compatibility issue
For more
information