Status/Resolution/Reason: Closed/Withdrawn/UserError
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Net Protocols
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Beta1_v12 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
cfhttp is confused about whether or not the "ntlmdomain" attribute is valid and throws an exception when using the ntlmdomain attribute.
Repro:
<cfscript>
cfhttp(url="http://#myDomain#/_vti_bin/Lists.asmx?wsdl", authtype="ntlm", nltmdomain=myDomain, username=myUsername, password=myPassword);
</cfscript>
Actual result:
-----------
Attribute validation error for the http tag.
The tag does not have an attribute called nltmdomain. The valid attribute(s) are url, port, method, username, password, authType, domain, ntlmdomain, workstation, name, columns, charset, path, file, delimiter, textqualifier, resolveurl, proxyserver, proxyport, proxyUser, proxyPassword, useragent, throwonerror, redirect, firstRowAsHeaders, timeout, multipart, multipartType, getAsBinary, result, clientCert, clientCertPassword, compression.
-----------
See? It says "The tag does not have an attribute called nltmdomain." but then lists "ntlmdomain" (and "domain") as a valid attribute.
Expected result: The call should return successfully b/c the domain attribute has been renamed to ntlmdomain. And "domain" should not be listed as a valid attribute.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126511
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: