Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Logout problem SCOUT+RAP(After logout and return to x.y.z/web user can't see login (basic auth tomcat))
Logout problem SCOUT+RAP [message #1295446] Mon, 14 April 2014 09:16 Go to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 2
Registered: April 2014
Junior Member
We have system that's deployed on Tomcat. First time if we go to http:\\x.y.z\web system is showing login dialog from tomcat. After login we go to File\Exit. System redirect us to http:\\x.y.z\res\logout.html. If we go directly to http:\\x.y.z\web, system don't show login, but we are directly in system....

Can please someone help me... I saw the problem is with RAP on Tomcat and filters...

Thanks
Re: Logout problem SCOUT+RAP [message #1298333 is a reply to message #1295446] Wed, 16 April 2014 07:30 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi there

See this forum post http://www.eclipse.org/forums/index.php/m/1064181/ and especially the linked stack overflow post (http://stackoverflow.com/questions/2180206/how-to-force-jetty-to-ask-for-credentials-with-basic-authentication-after-invali).

The browser caches the login data and automatically sends them whenever the server requests them, as long as the browser is not closed. To avoid that you could implement the trick mentioned in the stack overflow post (in a custom basic auth filter): Make sure a new realm name is used whenever the session gets invalidated, e.g. by adding the timestamp to the real name. I haven't tried it but I think it should work.
The alternative is to use form authentication, but this will probably take more time.

Hope it helps
Claudio
Previous Topic:problem with AbstractFileChooserField
Next Topic:Logout problem SCOUT+RAP
Goto Forum:
  


Current Time: Fri Apr 19 20:42:27 GMT 2024

Powered by FUDForum. Page generated in 0.02685 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top