Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): William Finem / William Finem (Prefinem)
Created: 09/09/2013
Components: Web Services
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: 9.0.1 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 7
Vote Count: 0
Problem Description:
Coldfusion http script doesn't have method setCompression()
Steps to Reproduce:
var httpService = new http();
httpService.setCompression("none");
httpService.setUrl(url);
var data = httpService.send();
Actual Result:
The method setCompression was not found in component C:\ColdFusion9\CustomTags\com\adobe\coldfusion\http.cfc.
Expected Result:
http results from url
Any Workarounds:
using the cfhttp tag with compression = "none"
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3628852
External Customer Info:
External Company:
External Customer Name: Prefinem
External Customer Email:
External Test Config: My Hardware and Environment details:
Coldfusion 9.0.1 on IIS
Attachments:
Comments: