Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,10 @@ public void doGet(HttpServletRequest originalRequest, HttpServletResponse respon
return;
}
}
} else {
log.error("Consent data is not available or not in the expected format");
request.getSession().invalidate();
response.sendRedirect("retry.do?status=Error&statusMsg=Error while processing request");
return;
}

log.info("Redirecting to the default consent page or proceeding with the consent manager flow.");

// dispatch
RequestDispatcher dispatcher = this.getServletContext().getRequestDispatcher(fsAuthServlet.getJSPPath());
dispatcher.forward(originalRequest, response);
Expand Down