Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): CF Mitrah MitrahSoft / CF Mitrah MitrahSoft (CF Mitrah MitrahSoft)
Created: 12/23/2012
Components: CFIMAGE
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final / 286296
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Platforms All
Vote Count: 0
Problem Description: ImageGetEXIFMetadata is not working as expected
Steps to Reproduce: Run below code
<cfimage source="https://www.box.com/index.php?rm=box_download_shared_file&shared_name=qi2aanst9lro6o6t2fay&file_id=f_5288637924&rss=1" action="read" name="myImage" >
<cfset data =ImageGetEXIFMetadata(myImage)>
<cfdump var="#data#">
Actual Result: Error : The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
Expected Result: Should show EXIF info of that web image
Any Workarounds: -
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3433620
External Customer Info:
External Company:
External Customer Name: CF Mitrah
External Customer Email:
External Test Config: My Hardware and Environment details: Intel Core 2 Duo E7400 @2.80GHz, 6 GB RAM
Attachments:
Comments: