Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Already authenticated

Hi.
I've noticed that you cannot call request.login() after request.logout() or a previous request.login() call with a bad password.
It throws one of these:

	Already authenticated as: null
	Already authenticated as: UNAUTHENTICATED

Is this intended? The above works Tomcat 8.0 and GlassFish 4.1
Is there a workaround if I want to try more than one password?

Jetty version 9.4.9.v20180320


Back to the top