Skip to main content

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

Hi,

On Tue, Mar 12, 2019 at 3:21 PM Basin Ilya <basinilya@xxxxxxxxx> wrote:
>
> 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

Can you please try 9.4.15?
If you have the same problem, please open an issue at
https://github.com/eclipse/jetty.project/issues.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top