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

Add support for "shallow" ETags #8911

Open
tvallin opened this issue Jun 26, 2024 · 0 comments
Open

Add support for "shallow" ETags #8911

tvallin opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
4.x Version 4.x enhancement New feature or request MP triage
Projects

Comments

@tvallin
Copy link
Member

tvallin commented Jun 26, 2024

Environment Details

  • Helidon Version: 4.x
  • Helidon MP
  • JDK version: 21
  • OS: n/a
  • Docker version (if applicable): n/a

Problem Description

Create a Etag Header filter that caches the content written to the response and calculate Hash from it. On the next request it does the same and compares the computed value against If-None-Match header value and return 304 status code if they match

@tvallin tvallin added the enhancement New feature or request label Jun 26, 2024
@github-actions github-actions bot added this to Triage in Backlog Jun 26, 2024
@m0mus m0mus added MP 4.x Version 4.x triage labels Jun 27, 2024
@m0mus m0mus moved this from Triage to Sprint Scope in Backlog Jun 27, 2024
@tvallin tvallin changed the title Add support for ETags Add support for "shallow" ETags Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x enhancement New feature or request MP triage
Projects
Backlog
  
Sprint Scope
Development

No branches or pull requests

2 participants