Re: FormAuthentication problem

2008-04-30 Thread Eric Barendt
Apr 29, 2008 at 11:30 PM, Kazuhito SUGURI < [EMAIL PROTECTED]> wrote: > Hi Eric, > > In article <[EMAIL PROTECTED]>, > Tue, 29 Apr 2008 15:28:56 -0700, > "Eric Barendt" <[EMAIL PROTECTED]> wrote: > eric> I'm working on switching our a

FormAuthentication problem

2008-04-29 Thread Eric Barendt
I'm working on switching our application from Basic to Form authentication. I had Cactus working fine with: request.setRedirectorName("ServletRedirectorSecure"); request.setAuthentication(new BasicAuthentication("user", "password"); I changed our web.xml from BASIC to FORM, switched t