-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)status: first-timers-onlyAn issue that can only be worked on by brand new contributorsAn issue that can only be worked on by brand new contributorstype: enhancementA general enhancementA general enhancement
Milestone
Description
Related to #6220
CacheControlHeadersWriter
checks first to see if HttpServletRequest#getHeader
is available.
Since Spring Framework 5.x has a baseline of Servlet Spec 3.1, this check is no longer necessary as well as any tests.
The task here is to remove the check, remove the tests, and change the class to simply call the getHeader
method directly in the hasHeader
method.
Metadata
Metadata
Assignees
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)status: first-timers-onlyAn issue that can only be worked on by brand new contributorsAn issue that can only be worked on by brand new contributorstype: enhancementA general enhancementA general enhancement