mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Merge branch '2.5.x'
See gh-27168
This commit is contained in:
+1
@@ -61,6 +61,7 @@ class CompositeHandlerAdapter implements HandlerAdapter {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Deprecated
|
||||
public long getLastModified(HttpServletRequest request, Object handler) {
|
||||
Optional<HandlerAdapter> adapter = getAdapter(handler);
|
||||
return adapter.map((handlerAdapter) -> handlerAdapter.getLastModified(request, handler)).orElse(0L);
|
||||
|
||||
Reference in New Issue
Block a user