Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): David McCan / David McCan (David McCan)
Created: 04/30/2012
Components: CFIMAGE
Versions: 9.0.1
Failure Type: Performance Issue
Found In Build/Fixed In Build: 9.0.1 / 288163
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2003 Server
Vote Count: 0
Problem Description:  Pull a remote image via CFIMAGE or IMAGENEW and then write it via CFIMAGE or IMAGEWRITE and on write the image is pulled 2 more times.
Steps to Reproduce:  Discovered via examination of server IIS log files.  Reproduced and confirmed as a CF problem using wireshark on developer machine.  Pull a remote image via CFIMAGE or IMAGENEW and then write it via CFIMAGE or IMAGEWRITE and on write the image is pulled 2 more times.  See attached files.  Use wireshark or something similar to capture data from source machine.  
Actual Result:  Image pulled three times.
Expected Result:  Image pulled once.
Any Workarounds:  Pull image via CFHTTP using getasbinary="yes" and then create image object like this:  <cfset objImage = imageNew(cfhttp.filecontent)>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3178478
External Customer Info:
External Company:  
External Customer Name: PapaMech
External Customer Email:  
External Test Config: My Hardware and Environment details:  Server is Windows 2003, HP Machine, CF 9.  Developer machine is Windows 7 64-bit, HP desktop, CF 9.01 with latest hot fix.
  Attachments:
- April 30, 2012 00:00:00: 1_cfimage_bug.zip
 
Comments: