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.
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12.0.x, 12.1.x
Description
From places like
Authenticator
s theResponse.writeError()
may be called before the request has entered theServletChannel
.This will end up in the servlet
ErrorHandler
which may dispatch to a servlet, but it is not running in theServletChannel
so this does not work as intended.The text was updated successfully, but these errors were encountered: