spring-framework/src
Brian Clozel 62d6a43c61 Add NoHandlerFoundException to DispatcherServlet
Prior to this commit, the DispatcherServlet would send an error
response using the HttpServlet API when no Handler was found to
handle this request.

Now the DispatcherServlet can be configured to throw a
NoHandlerFoundException, when the throwExceptionIfNoHandlerFound
property is set to "true".
Those exceptions can be later on caught by default or custom
HandlerExceptionResolvers/ExceptionHandlers.

Issue: SPR-10481
2013-09-25 14:11:01 -04:00
..
api Improve presentation of code blocks in Javadoc 2013-02-04 15:05:08 -08:00
dist Link to JIRA change log instead of local changelog.txt file 2013-05-02 11:37:26 +02:00
eclipse Update Eclipse import organization rules 2013-02-26 14:21:01 +01:00
reference/docbook Add NoHandlerFoundException to DispatcherServlet 2013-09-25 14:11:01 -04:00
test Minimized ASM usage 2013-04-23 13:49:25 +02:00