tracker issue : CF-4126514

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: createObject()'s argstruct still accepts "domain"

| View in Tracker

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:

Adding BUG AUDIT TRAIL ********action: updated fieldName: Closed By newValue: vmannebo oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-14 13:26:34.0 action: updated fieldName: Owner newValue: Blank oldValue: dabhat oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-14 13:26:34.0 action: updated fieldName: State newValue: Closed oldValue: Open oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-14 13:26:34.0 action: updated fieldName: Status newValue: Withdrawn oldValue: ToTest oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-14 13:26:34.0 action: updated fieldName: Reason newValue: NotABug oldValue: NotABug oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-14 13:26:34.0 action: updated fieldName: Date Closed newValue: 2015-12-14 05:26:34.0 oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-14 13:26:34.0 action: updated fieldName: Reason newValue: NotABug oldValue: BugVerified oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-12 08:39:43.0 action: updated fieldName: Owner newValue: dabhat oldValue: mjain oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-12 08:39:43.0 action: updated fieldName: Status newValue: ToTest oldValue: ToFix oprid: mjain recordName: RQ_DEFECT timpestamp: 2015-12-12 08:39:43.0 action: updated fieldName: Dev Assigned newValue: mjain oldValue: awdhesh oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-09 13:29:43.0 action: updated fieldName: Owner newValue: mjain oldValue: awdhesh oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-09 13:29:43.0 action: updated fieldName: Reason newValue: BugVerified oldValue: Blank oprid: dabhat recordName: RQ_DEFECT timpestamp: 2015-12-09 11:49:27.0 action: updated fieldName: Owner newValue: awdhesh oldValue: dabhat oprid: dabhat recordName: RQ_DEFECT timpestamp: 2015-12-09 11:49:27.0 action: updated fieldName: Fix By Product Milestone newValue: Gold Master oldValue: Blank oprid: dabhat recordName: RQ_DEFECT timpestamp: 2015-12-09 11:49:27.0 action: updated fieldName: Status newValue: ToFix oldValue: Unverified oprid: dabhat recordName: RQ_DEFECT timpestamp: 2015-12-09 11:49:27.0 action: updated fieldName: Fix By Milestone newValue: Gold Master oldValue: Blank oprid: dabhat recordName: RQ_DEFECT timpestamp: 2015-12-09 11:49:27.0 action: updated fieldName: Priority newValue: 2 oldValue: 0 oprid: dabhat recordName: RQ_DEFECT timpestamp: 2015-12-09 11:49:27.0 action: updated fieldName: QE Assigned newValue: dabhat oldValue: inoel oprid: inoel recordName: RQ_DEFECT timpestamp: 2015-12-09 10:03:45.0 action: updated fieldName: Owner newValue: dabhat oldValue: inoel oprid: inoel recordName: RQ_DEFECT timpestamp: 2015-12-09 10:03:45.0
Comment by CFwatson U.
3907 | March 09, 2016 02:24:17 AM GMT
Added By:mjain Note Added: Hi Aaron, We are actually not using the domain attribute passed in createObject. createObject support any superfluous attribute, and we don't do any specific validation there. Thanks Mayur Jain Date Added :2015-12-12 08:39:44.0 Added By: PreRelease User User Name:Aaron Neff Note Added: The forum thread for this ticket is: http://prerelease.adobe.com/r/?d8659b3ad7f141f4aa77329ae5d9d33d Please follow-up in that thread, not here in this ticket. Date Added :2015-12-09 09:43:57.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Bug. Date Added :2015-12-09 09:11:46.0
Comment by CFwatson U.
3908 | March 09, 2016 02:24:19 AM GMT