Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040524 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | have not tried | 2019-04-04 13:42 | 2019-05-21 15:16 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | nonofrancisco | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5ca65fe55092 | ||||
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 | Sandrahuguet | |||||||
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 | 0040524: use proper character escape | |||||||
Description | In the following classes src.org.openbravo.erpCommon.ad_reports.GeneralAccountingReports src.org.openbravo.erpCommon.ad_reports.ReportGeneralLedger src.org.openbravo.erpCommon.ad_reports.ReportGeneralLedgerJournal src.org.openbravo.erpCommon.ad_reports.ReportInvoiceCustomerDimensionalAnalysesJR src.org.openbravo.erpCommon.ad_reports.ReportMaterialDimensionalAnalysesJR src.org.openbravo.erpCommon.ad_reports.ReportSalesDimensionalAnalyzeJR src.org.openbravo.erpCommon.ad_reports.ReportShipmentDimensionalAnalyzeJR src.org.openbravo.erpCommon.ad_reports.ReportTrialBalance escape html when directly printing it without xmlengine. | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | Ie use StringEscapeUtils.escapeHtml | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||||||||||||||
|
![]() |
|
(0110996) vmromanos (viewer) 2019-04-05 10:19 |
Backport to previous releases |
(0111391) nonofrancisco (viewer) 2019-04-30 16:41 |
Test Plan: Logged as Openbravo/F&B International Group Admin Open Balance sheet and P&L structure window Fill in the filters: General Ledger: F&B España, S.A. US/A/Euro Accounting Report: Balance de Situación Organization: F&B España, S.A Account Level: Account Year: 2018 Reference Year: 2017 Run PDF report Verify the report was successfully generated Open General Ledger Report window Fill in the filters: From Date: 01-01-2018 To Date: today Organization: F&B España - Región Norte General Ledger: F&B España, S.A. US/A/Euro Click Search button Verify the report was successfully generated Open Journal Entries Report window Fill in the filters: Organization: F&B España - Región Norte General Ledger: F&B España, S.A. US/A/Euro Click Search button Verify the report was successfully generated Open Sales Invoice Dimensional Report window Fill in the filters: From Date: 01-01-2018 To Date: today Organization: F&B España - Región Norte Dimensions: Product Run the report in HTML, PDF and EXCEL formats Verify the reports were successfully generated Open Goods Receipts Dimensional Report window Fill in the filters: From Date: 01-01-2018 To Date: today Organization: F&B España - Región Norte Dimensions: Product Run the report in HTML and PDF formats Verify the reports were successfully generated Open Sales Dimensional Report window Fill in the filters: From Date: 01-01-2018 To Date: today Organization: F&B España - Región Norte Dimensions: Product Run the report in HTML and PDF formats Verify the reports were successfully generated Open Shipments Dimensional Report window Fill in the filters: From Date: 01-01-2018 To Date: today Organization: F&B España - Región Norte Dimensions: Product Run the report in HTML, PDF and EXCEL formats Verify the reports were successfully generated Open Trial Balance window Fill in the filters: From Date: 01-01-2018 To Date: today Organization: F&B España - Región Norte General Ledger: F&B España, S.A. US/A/Euro Run the report in HTML, PDF and EXCEL formats Verify the reports were successfully generated |
(0111393) hgbot (developer) 2019-04-30 16:55 |
Repository: erp/devel/pi Changeset: 5ca65fe5509258f7b11597c693dc992bad2f2464 Author: Nono Carballo <nonofce <at> gmail.com> Date: Tue Apr 30 12:18:41 2019 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/5ca65fe5509258f7b11597c693dc992bad2f2464 [^] Fixes issue 40524: Escapes values printed to servlet response Escapes values before printing them to Servlet response. --- M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java M src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesJR.java M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java --- |
(0111401) Sandrahuguet (viewer) 2019-04-30 17:00 |
code review + testing ok |
(0112004) hudsonbot (viewer) 2019-05-21 15:16 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9b8f37d9d85e [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2019-04-04 13:42 | alostale | New Issue | |
2019-04-04 13:42 | alostale | Assigned To | => Triage Finance |
2019-04-04 13:42 | alostale | OBNetwork customer | => No |
2019-04-04 13:42 | alostale | Modules | => Core |
2019-04-04 13:42 | alostale | Triggers an Emergency Pack | => No |
2019-04-05 10:10 | vmromanos | Status | new => scheduled |
2019-04-05 10:10 | vmromanos | Assigned To | Triage Finance => nonofrancisco |
2019-04-05 10:19 | vmromanos | Note Added: 0110996 | |
2019-04-18 14:03 | alostale | Relationship added | related to 0040646 |
2019-04-29 13:35 | nonofrancisco | Status | scheduled => acknowledged |
2019-04-29 13:35 | nonofrancisco | Status | acknowledged => scheduled |
2019-04-30 16:41 | nonofrancisco | Note Added: 0111391 | |
2019-04-30 16:55 | hgbot | Checkin | |
2019-04-30 16:55 | hgbot | Note Added: 0111393 | |
2019-04-30 16:55 | hgbot | Status | scheduled => resolved |
2019-04-30 16:55 | hgbot | Resolution | open => fixed |
2019-04-30 16:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5ca65fe5509258f7b11597c693dc992bad2f2464 [^] |
2019-04-30 17:00 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-04-30 17:00 | Sandrahuguet | Note Added: 0111401 | |
2019-04-30 17:00 | Sandrahuguet | Status | resolved => closed |
2019-04-30 17:00 | Sandrahuguet | Fixed in Version | => 3.0PR19Q3 |
2019-05-21 15:16 | hudsonbot | Checkin | |
2019-05-21 15:16 | hudsonbot | Note Added: 0112004 |
Copyright © 2000 - 2009 MantisBT Group |