Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0029109 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| design defect | [Openbravo ERP] A. Platform | trivial | N/A | 2015-03-03 12:07 | 2022-01-19 17:01 | |||
| Reporter | alostale | View Status | public | |||||
| Assigned To | platform | |||||||
| Priority | normal | Resolution | out of date | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | |||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | No | |||||||
| 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") + "\""); } ... | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|||||||||||||||
|
|||||||||||||||
Notes |
|
|
(0076157) dbaz (viewer) 2015-03-30 19:59 |
In order to give more margin to the final user, no change should be done at least until 15Q4 |
|
(0134397) shuehner (administrator) 2022-01-19 17:01 |
New issue 48435 is about removing all code related to 'internet explorer' support as obsolete. That will include this part here also |
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 | OBNetwork customer | => No |
| 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 |
| Copyright © 2000 - 2009 MantisBT Group |