Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Language
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
createObject()'s argstruct still accepts "domain" (but shouldn't, since it now accepts "ntlmdomain" instead)
Repro:
<cfscript>
r = createObject("webservice", "http://#myDomain#/_vti_bin/Lists.asmx?wsdl", {domain=myDomain, username=myUsername, password=myPassword, authtype="ntlm", refreshwsdl=true});
writeDump(r);
</cfscript>
Actual result: call returns successfully
Expected result: exception should be thrown b/c "domain" isn't valid b/c it was renamed to "ntlmdomain" (which correctly works)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126514
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: