Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 131489 --- Embedded jpg image missed the extension name in image folder created by engine.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 131489 --- Embedded jpg image missed the extension name in image folder created by engine.

Summary 
Jpg fileExtention in FuleUtil.java should be set as "image/jpeg".

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 131489 --- Embedded jpg image missed the extension name in image folder created by engine.

Description:
Why:
Jpg fileExtention in FuleUtil.java has been set as "image/jpg" not "image/jpeg" which model used.

Fix:
Changed.
 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/util/FileUtil.java#15 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top