-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10, 9.10, 10.1
-
Component/s: Security, Web Common
To reproduce on up-to-date code,
- login onto https://nightly.nuxeo.com
- goto https://nightly.nuxeo.com/nuxeo/jsf
- hit <F12> in your internet browser to reach the HTTP network sniffer
- goto https://nightly.nuxeo.com/nuxeo/nxpath/default/default-domain/workspaces@view_documents?tabIds=%3A&conversationId=0NXMAIN1
- goto https://nightly.nuxeo.com/nuxeo/nxpath/default/default-domain/workspaces/Start%20Creating%20Your%20Cont@view_documents?tabIds=%3A&conversationId=0NXMAIN1
- go back to first URL: https://nightly.nuxeo.com/nuxeo/nxpath/default/default-domain/workspaces@view_documents?tabIds=%3A&conversationId=0NXMAIN1
What to observe on the network sniffer:
Expected: lot of HTTP 304 and HTTP 200
Actual: : only HTTP 200
Interpretation: there is no cache on internet browser side
(This issue seems specific to FireFox: Chrome and Edge both display 304s)
- is related to
-
NXBT-2398 Fix nightly Apache front cache config
- Resolved
-
NXP-20344 Deactivate no-cache header on resources but only on pages
- Resolved
-
NXP-18651 Add security http response headers and restrict access to error pages heap dump and stack traces
- Resolved
-
NXP-25385 Review all Web UI dynamic and static resources http caching strategy
- Resolved