SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2011 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2009-09-25 10:34:54 +00:00
parent d08309e04f
commit ea10c92462
@@ -731,6 +731,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
if (returnValue != null && AnnotationUtils.findAnnotation(handlerMethod, ResponseBody.class) != null) {
handleResponseBody(returnValue, webRequest);
return null;
}
if (returnValue instanceof ModelAndView) {