Status/Resolution/Reason: Closed/Withdrawn/NotABug
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: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
cfhttp still accepts the domain attribute
Repro:
<cfscript>
cfhttp(url="http://#myDomain#/_vti_bin/Lists.asmx?wsdl", authtype="ntlm", domain=myDomain, username=myUsername, password=myPassword);
writeDump(CFHTTP);
</cfscript>
Actual result: Call returns successfully
Expected result: Exception should be thrown b/c the domain attribute has been renamed to ntlmdomain
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126510
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: