RE: Struts+Acegi not working

2007-08-01 Thread Gerardo Corro
/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

RE: Struts+Acegi not working

2007-08-01 Thread Gerardo Corro
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=

Re: Struts+Acegi not working

2007-07-31 Thread Chris Pratt
usuario=null; >} if (usuario != null){ > request.getSession().setAttribute("usuario",usuario); return > mapping.findForward("success"); }else{message = > new ActionMessage("

RE: Struts+Acegi not working

2007-07-31 Thread Gerardo Corro
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

Re: Struts+Acegi not working

2007-07-31 Thread Paul Benedict
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

Re: Struts+Acegi not working

2007-07-31 Thread Chris Pratt
> > 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

RE: Struts+Acegi not working

2007-07-31 Thread Gerardo Corro
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

Re: Struts+Acegi not working

2007-07-31 Thread Paul Benedict
Remove the .do from the /j_acegi_security_check