Beirut, Bucharest,
Istanbul
Subject: Re: Pause after successfull authentication
Ok let me try to explain my scenario in detail:
I have custom filter extending AuthenticationProcessingFilter. So as user
tries to logon i call attemptAuthentication method of custome class. After
user is authentica
pestry.apache.org
> Sent: Friday, 8 May, 2009 07:58:17 GMT +02:00 Athens, Beirut, Bucharest,
> Istanbul
> Subject: Re: Pause after successfull authentication
>
>
> First sorry peter for late reply. Actually i have done almost same by
> adding
> dummy loop but that work ra
r answer by posting to the appropriate list.
>
> Kind regards,
> Peter
>
>
> - Original Message -
> From: "aahsanJamshaid"
> To: users@tapestry.apache.org
> Sent: Friday, 8 May, 2009 07:58:17 GMT +02:00 Athens, Beirut, Bucharest,
> Istanbul
>
guration issue then you are more likely to get a better answer by
posting to the appropriate list.
Kind regards,
Peter
- Original Message -
From: "aahsanJamshaid"
To: users@tapestry.apache.org
Sent: Friday, 8 May, 2009 07:58:17 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
First sorry peter for late reply. Actually i have done almost same by adding
dummy loop but that work randomly. Sometime it works and sometime not. Is
there any configuration in acegi/spring to wait until request fwded manually
or adding some delay.
thanks
Peter Stavrinides wrote:
>
> How a
How about:
while(taskInProgress){
Thread.sleep(SLEEP_INTERVAL);
}
- Original Message -
From: "aahsanJamshaid"
To: users@tapestry.apache.org
Sent: Friday, 27 February, 2009 15:45:35 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Pause after successfull authentication
I have a