Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029109
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. PlatformtrivialN/A2015-03-03 12:072022-01-19 17:01
ReporteralostaleView Statuspublic 
Assigned Toplatform 
PrioritynormalResolutionout of dateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029109: remove IE8 compatibility code in BaseReportActionHandler

Descriptionorg.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 ReproduceThe 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") + "\"");
      }
...
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0026763 closedgorkaion Ability to launch reports from process definitions 
related to defect 0048435 closedTriage Platform Base Cleanup code related to Internet Explorer as it is now unsupported 

-  Notes
(0076157)
dbaz (developer)
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 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
Powered by Mantis Bugtracker