tracker issue : CF-3041702

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

Bug 83428:(Watson Migration Closure)[ANeff] ER for: addtl ColdFusion

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 06/22/2010

Components: AJAX, Plumbing

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

[ANeff] ER for: addtl ColdFusion.navigate parameter to prevent inclusion of CF Ajax varsSuggestion (new parameter): ColdFusion.navigate(...., prevent inclusion of CF Ajax vars])  (of course the parameter will need a proper name)works: ColdFusion.navigate(’http://www.google.com’)error*: ColdFusion.navigate(’http://www.google.com’,’myWindow’)problem: ColdFusion.navigate includes _cf_containerID, _cf_nodebug, _cf_nocache, and _cf_rc vars in GET|POST request, when container parameter has length, and does not provide a parameter to turn off this behavior.* - I do not expect a developer would supply google.com as the URL parameter here. I just feel there may be times (in addition to this google.com example) where it might not be good to assume that the target system will accept these vars in a request.I feel ColdFusion.navigate should provide a parameter to turn off this behavior (the inclusion of these CF Ajax vars).my_page.cfm-----------<cfscript>  writeDump(var=URL, format=’text’, label=’dump of URL scope’)  writeDump(var=FORM, format=’text’, label=’dump of FORM scope’)</cfscript>index.cfm---------<a href="Java Script: ColdFusion.navigate(’my_page.cfm’,’myWindow’)">local get</a> |<a href="Java Script: ColdFusion.navigate(’my_page.cfm’,’myWindow’,’’,’’,’post’,’’)">local post</a> |<a href="Java Script: ColdFusion.navigate(’http://www.google.com’)">remote get - success</a> |<a href="Java Script: ColdFusion.navigate(’http://www.google.com’,’myWindow’)">remote get - error</a><cfwindow name="myWindow" initshow="true" center="true" width="800" height="500"></cfwindow>Related thread (which contains the modified cfajax.js which prevents inclusion of these vars - b/c I've commented them out): https://prerelease.adobe.com/r/?2d3323950d27492a9dd20eed8dc0908c
Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3041702

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 06/22/2010

Attachments:

Comments: