Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015854Openbravo ERPA. Platformpublic2011-02-03 11:352011-02-04 00:00
iperdomo 
iperdomo 
immediatemajoralways
closedfixed 
202.6.35-gentoo-r12
 
 
Core
No
0015854: API model chage - Removed the CacheFilter from AD_Model_Object

The CacheFilter was removed from the application. Now the 'Expires' header is handled by the server, either httpd or tomcat.


 [checkAPI] 42675 ERROR - +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] 42680 ERROR - Errors in API data validation
 [checkAPI] 42685 ERROR - +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] 42690 ERROR - Removed row from table AD_MODEL_OBJECT - ID: 88420DFF1C6D48A18800FB91A91362AA
 [checkAPI] 42695 ERROR - Removed row from table AD_MODEL_OBJECT_MAPPING - ID: 4B5DCF738C084B0C8FE227E397B86642
 [checkAPI] 42699 ERROR - Removed row from table AD_MODEL_OBJECT_PARA - ID: 4B1DCE7DFC134EA2BECCFD2252189F1C
 [checkAPI] 42704 ERROR -
Check the API build 1027

http://builds.openbravo.com/job/int-api/1027/console [^]
Approve the change
No tags attached.
related to feature request 00153803.0MP0 closed iperdomo Remove tomcat's Expires filter 
Issue History
2011-02-03 11:35iperdomoNew Issue
2011-02-03 11:35iperdomoAssigned To => iciordia
2011-02-03 11:35iperdomoModules => Core
2011-02-03 11:37iperdomoRelationship addedrelated to 0015380
2011-02-03 11:44jpabloaeIssue Monitored: jpabloae
2011-02-03 11:45iperdomoNote Added: 0034026
2011-02-03 11:48iperdomoNote Edited: 0034026bug_revision_view_page.php?bugnote_id=0034026#r1475
2011-02-03 12:22iperdomoNote Added: 0034028
2011-02-03 12:23iperdomoNote Edited: 0034028bug_revision_view_page.php?bugnote_id=0034028#r1477
2011-02-03 12:41iciordiaNote Added: 0034033
2011-02-03 12:41iciordiaAssigned Toiciordia => iperdomo
2011-02-03 12:43hgbotCheckin
2011-02-03 12:43hgbotNote Added: 0034035
2011-02-03 12:43hgbotStatusnew => resolved
2011-02-03 12:43hgbotResolutionopen => fixed
2011-02-03 12:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/94324e221724ff0adff8518653d3004ef72d989e [^]
2011-02-03 14:02iperdomoNote Added: 0034038
2011-02-03 14:02iperdomoStatusresolved => closed
2011-02-04 00:00anonymoussf_bug_id0 => 3172097

Notes
(0034026)
iperdomo   
2011-02-03 11:45   
(edited on: 2011-02-03 11:48)
The CacheFilter was adding the 'Expires' to some date in 2038, since the Mayan predicted that the world will end in 2012, makes no sense to have this filter ;)

Note: The real technical explanation is in the associated issue 0015380

(0034028)
iperdomo   
2011-02-03 12:22   
(edited on: 2011-02-03 12:23)
The risk of this to break any published module is zero. We are just removing the usage of the filter. The Expires header is managed by tomcat or httpd

(0034033)
iciordia   
2011-02-03 12:41   
Approved.

Ismael
(0034035)
hgbot   
2011-02-03 12:43   
Repository: erp/devel/api-checks
Changeset: 94324e221724ff0adff8518653d3004ef72d989e
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu Feb 03 12:41:19 2011 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/94324e221724ff0adff8518653d3004ef72d989e [^]

Fixes issue 15854: Removed AD_Model_Object entries

---
M model/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M model/src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M model/src-db/database/sourcedata/AD_MODEL_OBJECT_PARA.xml
---
(0034038)
iperdomo   
2011-02-03 14:02   
http://builds.openbravo.com/job/int-api/1029/console [^]