You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerAdapter.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -487,8 +487,11 @@ public Method resolveHandlerMethod(HttpServletRequest request) throws ServletExc
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/annotation/DefaultAnnotationHandlerMapping.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -154,11 +154,11 @@ else if (AnnotationUtils.findAnnotation(handlerType, Controller.class) != null)
154
154
/**
155
155
* Derive URL mappings from the handler's method-level mappings.
156
156
* @param handlerType the handler type to introspect
157
-
* @param indicateEmpty whether the returned array should contain
158
-
* <code>null</code> in case of an empty {@link RequestMapping} value.
157
+
* @param hasTypeLevelMapping whether the method-level mappings are nested
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationControllerTests.java
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -964,6 +964,32 @@ public void relativePathDispatchingController() throws Exception {
0 commit comments