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

Re: FormAuthentication problem

2008-04-29 Thread Kazuhito SUGURI
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 application from Basic to Form authentication. [snip] eric> With FormAuthentication, I get "Missing service name parameter eric> [Cactus_Service