added missing TODO comment

This commit is contained in:
jomu
2016-02-10 16:45:30 +00:00
parent bd3d91a01d
commit e9d661ce59

View File

@ -60,7 +60,7 @@ public class LoginView implements Serializable {
// redirect to home
ExternalContext ec = FacesContext.getCurrentInstance().getExternalContext();
String fallbackUrl = "/web/index.xhtml";
String fallbackUrl = "/web/index.xhtml"; // TODO make configurable
// ec.redirect(url);
WebUtils.redirectToSavedRequest((ServletRequest) ec.getRequest(), (ServletResponse) ec.getResponse(), fallbackUrl);
} catch (IOException | AuthenticationException e) {