Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045559Retail ModulesWeb POSpublic2020-12-11 14:492020-12-17 03:32
marvintm 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR21Q1 
No
0045559: AppCacheManifest request should return 304 http code if it did not change
Currently the AppCacheManifest request is cached in the server, but it always returns the full content of the manifest even if the content itself didn't change compared to the last time it was requested.

An Etag should be defined for it, so that if the content did not change, a 304 http code is returned, and we don't consume bandwidth needlessly.
Access the WebPOS.

Reload the page immediately. Verify that a request to the AppCacheManifest servlet is done again, and the content is returned by the server. This part should be improved, so that the content is not fully returned if it is the same.
No tags attached.
depends on backport 0045568RR20Q4.1 closed ranjith_qualiantech_com AppCacheManifest request should return 304 http code if it did not change 
depends on backport 0045569RR20Q3.3 closed ranjith_qualiantech_com AppCacheManifest request should return 304 http code if it did not change 
diff 45559_20Q1_posterminal.diff (2,304) 2020-12-17 03:32
https://issues.openbravo.com/file_download.php?file_id=15171&type=bug
Issue History
2020-12-11 14:49marvintmNew Issue
2020-12-11 14:49marvintmAssigned To => Retail
2020-12-11 14:49marvintmTriggers an Emergency Pack => No
2020-12-11 14:57marvintmResolution time => 1609369200
2020-12-14 11:52shuehnerStatusnew => scheduled
2020-12-15 04:54ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-12-16 06:45hgbotNote Added: 0124846
2020-12-16 09:29hgbotResolutionopen => fixed
2020-12-16 09:29hgbotStatusscheduled => closed
2020-12-16 09:29hgbotNote Added: 0124873
2020-12-16 09:29hgbotFixed in Version => RR21Q1
2020-12-16 09:29hgbotNote Added: 0124874
2020-12-17 03:32ranjith_qualiantech_comFile Added: 45559_20Q1_posterminal.diff

Notes
(0124846)
hgbot   
2020-12-16 06:45   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/217 [^]
(0124873)
hgbot   
2020-12-16 09:29   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/217 [^]
(0124874)
hgbot   
2020-12-16 09:29   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 5065276e599325f1743195bc6641abd73e6eb610
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-12-16T08:29:13+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5065276e599325f1743195bc6641abd73e6eb610 [^]

Fixed ISSUE-45559: Updated Etag to hash of AppCacheManifest content

---
M src/org/openbravo/retail/posterminal/ApplicationCacheComponent.java
---