DispatcherPortlet copies all action parameters to render parameters in case of an action exception (SPR-7495); shortened Portlet MVC's action exception render parameter value to "true"
@ -647,7 +648,16 @@ public class DispatcherPortlet extends FrameworkPortlet {
@@ -647,7 +648,16 @@ public class DispatcherPortlet extends FrameworkPortlet {
logger.debug("Caught exception during action phase - forwarding to render phase",ex);
}
@ -921,7 +931,7 @@ public class DispatcherPortlet extends FrameworkPortlet {
@@ -921,7 +931,7 @@ public class DispatcherPortlet extends FrameworkPortlet {