Jan Bartel
Jan Bartel
These 2 files serve different purposes and are interpreted at different points in the startup cycle of a webapp. `jetty-eeN-env.xml` is interpreted by `EnvConfiguration`, which is part of the optional...
It's `org.eclipse.jetty.security.UserIdentity`.
Unfortunately we got rid of the `AbstractLifeCycleListener` class by deprecating it in favour of using `default` methods on the `LifeCycle.Listener` interface, so there's not a lot of scope for bracketing...
@tormodatt I haven't been able to reproduce your problem against jetty-12.0.x HEAD. I converted your code to a jetty unit test like this: ``` java @Test public void testWelcomeFiles() throws...