Jan Bartel
Jan Bartel
@Its-Ankush serving static content and the various ways it can be configured has a long and storied history. Try executing this search in github for a lot of background: https://github.com/jetty/jetty.project/issues?q=is%3Aissue%20state%3Aclosed%20pathInfoOnly...
@joakime none of the `jetty-ee8-osgi` `pom.xml` or generated `MANIFEST.MF` refer to `jetty-ee8-osgi-boot-jsp.main`. Is this an Intellij property or something?
There's no further info on this one so I'm going to close it as unreproduceable.
@joakime actually the issue is not coming from `Handler.Wrapper`, this is a problem purely with the `RewriteHandler.LastRuleHandler`, which while it might be a `Handler.Wrapper` isn't using the inherited `handler`, but...
@gregw I think your new test case at line `1930` covers the original case reported here. If that test is passing, we should be good for `ee11`. Might we worthwhile...
Two questions: * Where does your `com.project.module.jetty.applicationAuthenticatorFactory` exist, is it inside the webapp or in an external jar? * Are you sure there are no other errors that are logged...
jetty-ee9/jetty-ee9-maven-plugin/src/test/java/org/eclipse/jetty/ee9/maven/plugin/TestJettyEmbedder.java and jetty-ee9/jetty-ee9-maven-plugin/src/test/java/org/eclipse/jetty/ee9/maven/plugin/TestJettyStopMojo.java see #12501
jetty-ee9/jetty-ee9-webapp/src/test/java/org/eclipse/jetty/ee9/webapp/WebAppContextTest.java see #12502
See #12514 ee9 ErrorHandlerTest
See #12517 ee9 PostServletTest