Hi Pandu,

In article <[EMAIL PROTECTED]>,
Mon, 25 Oct 2004 16:39:44 -0500,
[EMAIL PROTECTED] wrote: 
Pandu> I am runing my unit tests with cactus on websphere 5.1. When I changed the
Pandu> authentication mechanism to LTPA(Light weight third party authentication),
Pandu> tests are not able to run.

I'm not sure how the LTPA works, however, I can guess two possibilities:

1. the cookie name which is used by LTPA may be different from "JSESSIONID".
   If so, please try FormAuthentication#setSessionCookieName(String).

2. the authentication sequence of LTPA is different from that of expected
   by the current FormAuthentication implementation.of Cactus
   If so, following ML archives may help you:
      http://www.mail-archive.com/[EMAIL PROTECTED]/msg05446.html
      http://www.mail-archive.com/[EMAIL PROTECTED]/msg05452.html
   # Please search form cactus-user ML archive by subject
   #     Security (using FormAuthentication) not working against WebSphere 5.1

Regards,
----
Kazuhito SUGURI
mailto:[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to