Re: Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-08 Thread Jeff Marshall
Thanks David Sean Taylor wrote: On Wednesday, January 7, 2004, at 10:54 AM, Jeff Marshall wrote: David, I must be missing something. In JloginUser the doPerform method catches LoginException doPerform(*) returns in the Exception block. I do not see how the code at the bottom of the doPerfor

Re: Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 10:54 AM, Jeff Marshall wrote: David, I must be missing something. In JloginUser the doPerform method catches LoginException doPerform(*) returns in the Exception block. I do not see how the code at the bottom of the doPerform method is executed. It looks lik

Re: Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-07 Thread Jeff Marshall
David, I must be missing something. In JloginUser the doPerform method catches LoginException doPerform(*) returns in the Exception block. I do not see how the code at the bottom of the doPerform method is executed. It looks like if the user is not logged in, the code: if (JetspeedSecurity.isDis

Re: Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-07 Thread David Sean Taylor
On Wednesday, January 7, 2004, at 07:00 AM, Jeff Marshall wrote: Hi, I have tried multiple installs of jetspeed 1.4 and I cannot get the logon disable function to work. We are using tomcat 4.1.24 and tomcat 5 with Jetspeed 1.4 JetspeedSecurity.properties looks like this: # Auto-Account-Disable

Does logon.auto.disable=true work in jetspeed 1.4?

2004-01-07 Thread Jeff Marshall
Hi, I have tried multiple installs of jetspeed 1.4 and I cannot get the logon disable function to work. We are using tomcat 4.1.24 and tomcat 5 with Jetspeed 1.4 JetspeedSecurity.properties looks like this: # Auto-Account-Disable Feature services.JetspeedSecurity.logon.auto.disable = true # 3 lo