42
Chapter 3: Tag and Function Changes
cfinput
(continued)
src
attribute (image only)
ColdFusion MX 7
cfinvoke
servicePort
attribute for
web services
ColdFusion MX 7
All
ColdFusion MX
cfinvokeargument
omit
attribute
ColdFusion MX 7
All
ColdFusion MX
cfldap
returnAsBinary
attribute
ColdFusion MX 7
Changes
ColdFusion MX
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.
action=query
and
dn
attribute
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.)
Tag
Attribute or value
Added in this
ColdFusion release
Comment