JSF Implementation: Mojarra 2.2.5
If it is an ajax request the following partial-response is generated for the redirect:
response.setContentType("text/xml"); response.getWriter().append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>") .printf("<partial-response><redirect url=\"%s\"></redirect></partial-response>", ESAPIConstants.LOGIN_PAGE + addition);
JSF Implementation: Mojarra 2.2.5
If it is an ajax request the following partial-response is generated for the redirect:
response.setContentType("text/xml");
response.getWriter().append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>")
.printf("<partial-response><redirect url=\"%s\"></redirect></partial-response>", ESAPIConstants.LOGIN_PAGE + addition);