DispatcherPortlet passes handler instance into HandlerExceptionResolver for action exception; DispatcherPortlet applies preHandleRender callbacks in case of action exception as well (SPR-6959)
@ -700,21 +700,6 @@ public class DispatcherPortlet extends FrameworkPortlet {
@@ -700,21 +700,6 @@ public class DispatcherPortlet extends FrameworkPortlet {
try{
ModelAndViewmv;
try{
// Check for forwarded exception from the action phase
@ -735,6 +720,21 @@ public class DispatcherPortlet extends FrameworkPortlet {
@@ -735,6 +720,21 @@ public class DispatcherPortlet extends FrameworkPortlet {
}
}
// Check for forwarded exception from the action phase
@ -930,7 +930,7 @@ public class DispatcherPortlet extends FrameworkPortlet {
@@ -930,7 +930,7 @@ public class DispatcherPortlet extends FrameworkPortlet {