Jan Bartel
Jan Bartel
@basil I think this pr needs a merge from the current head of 12.0.x.
@vmassol the problem, as @joakime pointed out, is that you have defined a `core` property as being in the `ee8` environment, which means it is not available for substitution when...
Should be easy enough to implement this in the `org.eclipse.jetty.session.SessionHandler.SessionRequest` class, and add it to the `org.eclipse.jetty.server.Request` interface. The information is available to the `SessionRequest`, just a matter of exposing...
This was fixed by #12145
@olamy can this be closed?
Still waiting on some action from the servlet spec group, note that this also affects the 6.1 tck and jetty as documented here: https://github.com/jetty/jetty.project/issues/11931
@gregw does your latest PR for the `ResourceServlet` address this?
See #12533 TestJettyJspServlet
See #12534 DefaultServletTest and ResourceServletTest
Have a close read of the javadoc here: https://github.com/jetty/jetty.project/blob/jetty-12.0.x/jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ResourceServlet.java#L150 For your setup, your request yields a `pathInfo` of just `style.css`, and your `servletPath` is `css`. As the default for `ResourceServlet`...