}
/*
* try { strHidden = request.getParameter("IsHiddenCall"); } catch (Exception ignored) {} try
* { strPopUp = request.getParameter("IsPopUpCall"); } catch (Exception ignored) {}
*/
VariablesHistory variables = new VariablesHistory(request);
// redirects to the menu or the menu with the target
String strTarget = request.getRequestURL().toString();
if (!strTarget.endsWith("/security/Menu.html")) {
variables.setSessionValue("targetmenu", strTarget);
}
// redirects
String strDireccionLocal = HttpBaseUtils.getLocalAddress(request);
variables.setSessionValue("target", strDireccionLocal + "/security/Menu.html");
if (strAjax != null && !strAjax.equals(""))
bdErrorAjax(response, "Error", "", Utility.messageBD(this.conn, "NotLogged", variables
.getLanguage()));
else
response.sendRedirect(strDireccionLocal + strServletSinIdentificar);
return null;
} else {