Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etag incorrect #958

Open
monkey-ldb opened this issue Mar 18, 2022 · 0 comments
Open

etag incorrect #958

monkey-ldb opened this issue Mar 18, 2022 · 0 comments
Labels
backlog Issue/PR/discussion is reviewed and added to backlog for the further work keep

Comments

@monkey-ldb
Copy link

Description

At the moment the etag of the layout service with be used directly for the response of the service side rendered html-page for the result. But when the code is changed (after deployment), the same etag will be delivered, when the sitecore data hasn't been changed, but the html can be totally different because of the new code. this will lead to some caching issues, when the html is cached by the cdn or browser (cache-control).

Expected behavior

no etag for the rendered html response
or
a new generated etag for the html from the serverside rendering.

Steps To Reproduce

Possible Fix

Your Environment

  • Sitecore Version: 10.1
  • JSS Version: 18.0.1
  • Browser Name and version: not relevant
  • Operating System and version (desktop or mobile): Windows 10
@illiakovalenko illiakovalenko added the backlog Issue/PR/discussion is reviewed and added to backlog for the further work label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issue/PR/discussion is reviewed and added to backlog for the further work keep
Projects
None yet
Development

No branches or pull requests

3 participants