Status/Resolution/Reason: Closed/Withdrawn/NeedMoreInfo
Reporter/Name(from Bugbase): Christopher Tierney / ()
Created: 08/03/2018
Components: Language
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2016.0.06.308055 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description:
Running "cfhttp" with a "cfhttpparam" results in the error ": Could not access a java object field called query_string. The Application.cfc and test CFM only contain code relevant to this specific issue to recreate. It has same issue in a fully functioning application on same ColdFusion instance.
Steps to Reproduce:
Run code:
<cfhttp url="http://www.cfwebtools.com">
<cfhttpparam type="url" name="test1" value="test2">
<cfhttpparam type="url" name="test3" value="test4">
</cfhttp>
Actual Result:
Error: Could not access a java object field called query_string.
Expected Result:
No error
Any Workarounds:
For URL params, add inline to URL, removing cfhttpparam
FOR formField types, there are no workarounds
Attachments:
Comments: