Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0029109 | Openbravo ERP | A. Platform | public | 2015-03-03 12:07 | 2022-01-19 17:01 | ||||||||||||||
Reporter | alostale | ||||||||||||||||||
Assigned To | platform | ||||||||||||||||||
Priority | normal | Severity | trivial | Reproducibility | N/A | ||||||||||||||
Status | closed | Resolution | out of date | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | |||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Web browser | |||||||||||||||||||
Modules | Core | ||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0029109: remove IE8 compatibility code in BaseReportActionHandler | ||||||||||||||||||
Description | org.openbravo.client.application.report.BaseReportActionHandler has a piece of code to maintain compatibility with IE8 to download reports. This code should be reviewed/removed once IE8 is not supported anymore. | ||||||||||||||||||
Steps To Reproduce | The code is in org.openbravo.client.application.report.BaseReportActionHandler: ... String userAgent = request.getHeader("user-agent"); if (userAgent.contains("MSIE")) { response.setHeader("Content-Disposition", "attachment; filename=\"" + URLEncoder.encode(strFileName, "utf-8") + "\""); } else { response.setHeader("Content-Disposition", "attachment; filename=\"" + MimeUtility.encodeWord(strFileName, "utf-8", "Q") + "\""); } ... | ||||||||||||||||||
Proposed Solution | |||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2015-03-03 12:07 | alostale | New Issue | |||||||||||||||||
2015-03-03 12:07 | alostale | Assigned To | => AugustoMauch | ||||||||||||||||
2015-03-03 12:07 | alostale | Modules | => Core | ||||||||||||||||
2015-03-03 12:07 | alostale | Triggers an Emergency Pack | => No | ||||||||||||||||
2015-03-03 12:07 | alostale | Target Version | => 3.0PR15Q3 | ||||||||||||||||
2015-03-30 19:59 | dbaz | Note Added: 0076157 | |||||||||||||||||
2015-03-30 19:59 | dbaz | Target Version | 3.0PR15Q3 => | ||||||||||||||||
2017-02-02 18:54 | caristu | Assigned To | AugustoMauch => platform | ||||||||||||||||
2017-02-02 18:56 | caristu | Relationship added | related to 0026763 | ||||||||||||||||
2017-11-30 18:56 | vmromanos | Issue Monitored: vmromanos | |||||||||||||||||
2022-01-19 17:01 | shuehner | Note Added: 0134397 | |||||||||||||||||
2022-01-19 17:01 | shuehner | Status | new => closed | ||||||||||||||||
2022-01-19 17:01 | shuehner | Resolution | open => out of date | ||||||||||||||||
2022-01-19 18:18 | shuehner | Relationship added | related to 0048435 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|