Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030901Openbravo ERPA. Platformpublic2015-09-23 16:402015-09-25 09:25
guilleaer 
caristu 
normalmajorhave not tried
closedfixed 
5
 
3.0PR15Q4 
alostale
Core
Pre packaging ( pi )
2015-08-28
pi
http://code.openbravo.com/erp/devel/pi/rev/4fd42e3fdb22fb761ba41b4560a60ce1fe8e5cfa [^]
No
0030901: Images refernced from css are not working fine
Images refernced from css are not working fine. double slash is added to the image route. Because of that image is not cached.
N/A
No tags attached.
caused by design defect 0027247 closed caristu Openbravo ERP Tomcat 8 is not supported 
related to defect 0031407 closed alostale Retail Modules errors deploying WebPOS in Tomcat 8 
Issue History
2015-09-23 16:40guilleaerNew Issue
2015-09-23 16:40guilleaerAssigned To => caristu
2015-09-23 16:40guilleaerModules => Core
2015-09-23 16:40guilleaerTriggers an Emergency Pack => No
2015-09-23 16:41guilleaerRelationship addeddepends on 0027247
2015-09-23 16:53caristuFixed in Version => 3.0PR15Q4
2015-09-23 16:53caristuReview Assigned To => alostale
2015-09-23 16:53caristuIssue Monitored: alostale
2015-09-23 16:54hgbotCheckin
2015-09-23 16:54hgbotNote Added: 0080590
2015-09-23 16:54hgbotStatusnew => resolved
2015-09-23 16:54hgbotResolutionopen => fixed
2015-09-23 16:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/79904fd12c86eccec18a292586856c39b7f1c903 [^]
2015-09-24 17:29hudsonbotCheckin
2015-09-24 17:29hudsonbotNote Added: 0080625
2015-09-25 09:22alostaleRelationship replacedcaused by 0027247
2015-09-25 09:23alostaleRegression level => Pre packaging ( pi )
2015-09-25 09:23alostaleRegression date => 2015-08-28
2015-09-25 09:23alostaleRegression introduced in release => pi
2015-09-25 09:23alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/4fd42e3fdb22fb761ba41b4560a60ce1fe8e5cfa [^]
2015-09-25 09:25alostaleNote Added: 0080633
2015-09-25 09:25alostaleStatusresolved => closed
2015-11-09 13:49alostaleRelationship addedrelated to 0031407

Notes
(0080590)
hgbot   
2015-09-23 16:54   
Repository: erp/devel/pi
Changeset: 79904fd12c86eccec18a292586856c39b7f1c903
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Sep 23 16:52:19 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/79904fd12c86eccec18a292586856c39b7f1c903 [^]

fixes issue 30901: Images refernced from css are not working fine
The problem was that the context path was being replaced in the css files with a double slash due to the changes done to support Tomcat 8. To prevent this problem the double quotes are replaced with a single quote in the context path.

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StyleSheetResourceComponent.java
---
(0080625)
hudsonbot   
2015-09-24 17:29   
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/37e30a4ff711 [^]
Maturity status: Test
(0080633)
alostale   
2015-09-25 09:25   
code reviewed

verified: before the fix css had this pattern /openbravo//web/org.openbravo.mobile.core/assets/css whereas afterwards they look like /openbravo/web/org.openbravo.mobile.core/assets/css