Re: Pause after successfull authentication

2009-05-08 Thread Peter Stavrinides
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

Re: Pause after successfull authentication

2009-05-08 Thread aahsanJamshaid
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

Re: Pause after successfull authentication

2009-05-08 Thread aahsanJamshaid
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 >

Re: Pause after successfull authentication

2009-05-08 Thread Peter Stavrinides
> 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: >

Re: Pause after successfull authentication

2009-05-07 Thread aahsanJamshaid
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

Re: Pause after successfull authentication

2009-02-27 Thread Peter Stavrinides
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

Pause after successfull authentication

2009-02-27 Thread aahsanJamshaid
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...