-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Efficient handling of conditional HTTP requests #33372
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
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Comments
This was referenced Aug 13, 2024
Fixed by bb17ad8 |
rstoyanchev
added a commit
that referenced
this issue
Aug 14, 2024
rstoyanchev
added a commit
that referenced
this issue
Aug 14, 2024
See also #33385 for further plans towards 6.2. |
cesarhernandezgt
pushed a commit
to cesarhernandezgt/spring-framework
that referenced
this issue
Aug 20, 2024
Closes spring-projectsgh-33372 Made it Java 8 friendly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
The logic to support conditional requests has grown over time, and could be made more efficient and better encapsulated. This would also make fixing issues easier, the concern raised in #33370.
The text was updated successfully, but these errors were encountered: