Update error message in DispatcherServlet
Issue: SPR-8338
This commit is contained in:
		
							parent
							
								
									364bb696e0
								
							
						
					
					
						commit
						888835445c
					
				|  | @ -1126,7 +1126,7 @@ public class DispatcherServlet extends FrameworkServlet { | |||
| 			} | ||||
| 		} | ||||
| 		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…
	
		Reference in New Issue