PRODSEC-6115: Removing Exception Stack (#1171)

This commit is contained in:
rrajoria
2022-06-21 10:27:11 +05:30
committed by GitHub
parent 496cc45f22
commit cc58af56cf

View File

@@ -176,7 +176,6 @@ public class NodeBrowserScript extends NodeBrowserPost implements Serializable
{
status.setCode(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
status.setMessage(e.getMessage());
status.setException(e);
status.setRedirect(true);
}
return tmplMap;