Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 146914 -- update the default name for the pdf output

 

Summary:

 Fix 146914 -- update the default name for the pdf output.
- Bugzilla Bug (s) Resolved:
146914

- Description:

Bug reporter wanna to give a default name by a property set in a design file, or URL parameter value, or default by the design file name.

However, it seems difficult for spec in http://www.ietf.org/rfc/rfc2183.txt about the content-disposition announces that the filename must

Contain only US-ASCII chars. In another word, viewer will have to do some checks to restrict the design file name or property value set in

Design file or URL parameter value not to contain non US-ASCII letters. It seems possible. So viewer will give a hard-coded ‘BIRTReport.pdf’

Default name for the pdf output.


- 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