Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Tim Barth / Tim Barth (timbtp)
Created: 02/10/2014
Components: CFExchange
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / CF11 Update5,CF10 Update16
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
Trying to return more than the default number of contacts, cf returns an error when trying to close the cfexchangecontact tag.
Code:
<cfexchangecontact action="get"
name="qContacts" username="#mailuser#"
password = "#mailuserpassword#"
mailboxname="#mailboxname#"
server="#mailserver#" />
<cfexchangefilter name="maxRows" value="-1">
</cfexchangecontact>
This generates an error:
Context validation error for tag cfexchangecontact.Either the end tag </cfexchangecontact>; encountered on line xx at column 3 requires a matching start tag or tag cfexchangecontact does not support end tag.
cfexchangecontact works fine without an end tag, but only returns 100 records (the default).
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3705370
External Customer Info:
External Company:
External Customer Name: timbtp
External Customer Email:
External Test Config: My Hardware and Environment details:
Version 10,0,13,287689
Operating System Windows Server 2012
Adobe Driver Version 4.1 (Build 0001)
Attachments:
Comments: