Update error message in DispatcherServlet

Issue: SPR-8338
master
Rossen Stoyanchev 12 years ago
parent 364bb696e0
commit 888835445c
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/DispatcherServlet.java

@ -1126,7 +1126,7 @@ public class DispatcherServlet extends FrameworkServlet {
} }
} }
throw new ServletException("No adapter for handler [" + handler + throw new ServletException("No adapter for handler [" + handler +
"]: Does your handler implement a supported interface like Controller?"); "]: The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler");
} }
/** /**

Loading…
Cancel
Save