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
>
> things in session before control goes to "defaultTargetUrl". Is it
> possible
> to hold to control and release it manually after my processing is
> completed.
>
> --
> View this message in context:
>
defaultTargetUrl". Is it
> possible
> to hold to control and release it manually after my processing is
> completed.
>
> --
> View this message in context:
> http://n2.nabble.com/Pause-after-successfull-authentication-tp2395702p2395702.html
> Sent from the Tape
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 authenticatio
ed.
--
View this message in context:
http://n2.nabble.com/Pause-after-successfull-authentication-tp2395702p2395702.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...