Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 142694 -- Ability to set a default name for file when getting preview as pdf

 

Summary:

 Fix 142694 -- Ability to set a default name for file when getting preview as pdf.
- Bugzilla Bug (s) Resolved:
142694

- Description:

Add ‘Content-Disposition’ in response header when preview in ‘pdf. It works well in FireFox, however it can not function in MSIE.

Another thing to point out, the ‘save copy’ in the Adobe Reader tool pane will not use the default name in the response header. It

is an open issue in Adobe Reader. So this check-in will solve the name issue for the ‘Save As’ item in FF browser, other cases will

fail as before.


- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

Checking in birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java;


Back to the top