Fórum

Infinite Loop CustomAutoLogin et AutoLoginFilter with IE

thumbnail
Diego Sánchez Mendoza, modificado 9 Anos atrás.

Infinite Loop CustomAutoLogin et AutoLoginFilter with IE

New Member Postagens: 16 Data de Entrada: 28/10/08 Postagens Recentes
Hello,

I have developed a CustomAutologin.java and when I access from Internet Explorer multiple requests are made and goes into an infinite loop.

Although I redirect the request to AutoLogin.AUTO_LOGIN_REDIRECT always pass back through the CustomAutoLogin.java. and the AutoLoginFilter.java

Any idea? I am working with version 5.2.3 CE (only happens with Internet Explorer). I add the final part of CustomAutoLogin.java

Thank you very much.

} Catch (Exception e) {
_log.error (e.getMessage ());
if (e instanceof NoSuchUserException) {
req.setAttribute (AutoLogin.AUTO_LOGIN_REDIRECT, "http://localhost/web/guest/erreurlogin");
return null;
}
}
return credentials;
thumbnail
Anil Sunkari, modificado 9 Anos atrás.

RE: Infinite Loop CustomAutoLogin et AutoLoginFilter with IE

Expert Postagens: 427 Data de Entrada: 12/08/09 Postagens Recentes
Is the below link helpful??

HELPFULL