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
In Handler.Wrapper we can now pass a handler in a constructor that is the child handler.
However, we still have (deprecated) constructors on some handlers, that take a passed handler as the parent.
We should do one or the other, as otherwise it is confusing. Probably keep the former as it is not deprecated, and so we should remove the later and uses of it (in XML as well?).
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12
Description
In
Handler.Wrapper
we can now pass a handler in a constructor that is the child handler.However, we still have (deprecated) constructors on some handlers, that take a passed handler as the parent.
We should do one or the other, as otherwise it is confusing. Probably keep the former as it is not deprecated, and so we should remove the later and uses of it (in XML as well?).
The text was updated successfully, but these errors were encountered: