You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From places like Authenticators the Response.writeError() may be called before the request has entered the ServletChannel.
This will end up in the servlet ErrorHandler which may dispatch to a servlet, but it is not running in the ServletChannel so this does not work as intended.