tracker issue : CF-3040247

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

Bug 80238:I'm using a

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Chad Mefferd / Chad Mefferd (MPDirector)

Created: 10/05/2009

Components: CFIMAGE

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 9,0,0,251028 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 0

Duplicate ID:	CF-3040240

Problem:

I'm using a .NET web service to return an image to the cfimage tag. This works fine using ColdFusion 8, until updating to Hot Fix 3. This issue appeared after applying the Hot Fix 3 update to CF8 server. Once Hot Fix 3 is removed it works perfectly again. I've also tested this on my local development version of ColdFusion 9 (final release) and it reproduces exactly the same error. The .NET webservice is returning a content type of img/jpeg but cfimage appears to be evaluating the source string first and is deciding it is an invalid image type.
Method:

1. Create a .NET web service that returns an image with the content type of img/jpeg.2. Connect to the web service as the source for an html img tag to verify the webservice is working.3. Connect to the web service as the source for a cfimage tag.Ex. <cfimage source="http://service.mywebsite.com/images/showimage.ashx?type=cover&bookid=#VARIABLES. custNumber#" name="topImage">4. View in any browser.
Result:

The ashx image format is not supported on this operating system.

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

Watson Bug ID:	3040247

External Customer Info:
External Company:  
External Customer Name: Chad Mefferd
External Customer Email: 25F34A7344590EBD99201549
External Test Config: 10/05/2009

Attachments:

Comments: