Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rap-dev] Session termination not signalled properly

Marco,

the mailing-list is for development related communication only. Please use the newsgroups for questions, support and information exchange between users and developers of RAP:
  http://eclipse.org/rap/newsgroup.php
Or file a bugzilla entry if you think you found a bug:
  http://eclipse.org/rap/bugs.php

Could you provide a self contained, minimal project that demonstrates the problem?

Cheers,
Rüdiger

Marco Waimer wrote:
Hello

We recently migrated our application from 1.1.1SR1/1.2M3 to 1.2M7 and
now have problems with the logout action of our application. We use a
solution similar to that one described in
http://dev.eclipse.org/newslists/news.eclipse.technology.rap/msg04759.html,
which worked fine until we updated. Is there a new way to signal the
termination of the application?
It seems that the session will not be terminated respectively no
interrupt will be send to UIThread.switchThread().
We tracked the problem to LifeCycleServiceHandler.checkRequest() ->
isSessionRestart() evaluates to false and therefore the clearSession
will not be called. However this works right (clearSession is called)
when delaying the corresponding Jetty thread via breakpoint in
HashSessionManager [283].

Thank you,
Marco

_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev


Back to the top