Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008426Openbravo ERPB. User interfacepublic2009-04-03 13:512009-05-22 11:27
networkb 
iperdomo 
immediatecriticalalways
closedfixed 
30
2.40MP3 
2.40MP4 
Core
No
0008426: The reports in jasper don't work
When you try to execute a report in pdf done in jasper, the report is not shown.
In comunity edition the reports work if the attachment folder has permissions,
but in network although having permissions, the report does not work.
You get an error saying the following:

Tipo MIME no soportado: «text/html»
Go to Purchase Order and execute the report (printer button)
In the src/org/openbravo/base/secureApp/HttpSecureAppServlet.java the method renderJR has been modified.

No tags attached.
blocks defect 0008424 closed iperdomo The reports in jasper don't work 
Issue History
2009-04-03 14:29rafarodaTypedefect => backport
2009-04-03 14:29rafarodafix_in_branch => 2.40
2009-04-03 19:32hgbotCheckin
2009-04-03 19:32hgbotNote Added: 0015199
2009-04-03 19:32hgbotStatusscheduled => resolved
2009-04-03 19:32hgbotResolutionopen => fixed
2009-04-03 19:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/652a808dc60fde81607ec4098d3039a122bad24a [^]
2009-05-10 19:37psarobeFixed in Version => 2.40MP4
2009-05-22 11:27psarobeStatusresolved => closed

Notes
(0015199)
hgbot   
2009-04-03 19:32   
Repository: erp/stable/2.40
Changeset: 652a808dc60fde81607ec4098d3039a122bad24a
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Fri Apr 03 19:27:31 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/652a808dc60fde81607ec4098d3039a122bad24a [^]

Fixes issue 8426: Added content-type and content-disposition headers to work with apache http configuration

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---