/WEB-INF/page/userLoginSuccess.jsp
*j_acegi_security_check.doPlease
assist.> Date: Tue, 31 Jul 2007 10:41:58 -0700> From: [EMAIL PROTECTED]> To:
user@struts.apache.org> Subject: Re: Struts+Acegi not working> > It's because
now your login page is considere
Nop, still the same error. It's so weird, I really can“t believe it.Is there a
sample appliaction of Struts + Acegi out there? I have found snippets, but not
a single complete
application.Thanks!web.xml#http://java.sun.com/xml/ns/j2ee";
xmlns:xsi=
usuario=null;
>} if (usuario != null){
> request.getSession().setAttribute("usuario",usuario); return
> mapping.findForward("success"); }else{message =
> new ActionMessage("
messages.add("validarUsuario",message);
saveMessages(request,messages);return
mapping.findForward("failure");}}Thanks for your
help> Date: Tue, 31 Jul 2007 09:25:17 -0700&g
Chris is correct. Acegi has nothing to do with Struts. It's a special URI
that Acegi looks for. Just map your filter to /*
On 7/31/07, Chris Pratt <[EMAIL PROTECTED]> wrote:
>
> >
> > FiltroFilterChainProxy
> > *.do
> >
>
> You have the Acegi Filte
>
> FiltroFilterChainProxy
> *.do
>
You have the Acegi Filter mapped to *.do, so it's not going to be
called when the request for j_acegi_security_check comes in. It's
being passed straight on to struts, and since you don't have an action
mapped t
Not working yet :-(> Date: Tue, 31 Jul 2007 09:46:44 -0500> From: [EMAIL
PROTECTED]> To: user@struts.apache.org> Subject: Re: Struts+Acegi not working>
> Remove the .do from the /j_acegi_security_check
_
Pla
Remove the .do from the /j_acegi_security_check
8 matches
Mail list logo