Greg Wilkins
Greg Wilkins
Jetty-10 & jetty-11 are based on the JVM unix socket implementation (as they can use latest JVM). JVM unix domain socket support is available on java8, so we cannot backport...
@kohlschuetter Can you give me a bit of background on the junixsocket project, specificially with regards to it's intended usage post jvm 16 with unix domain socket support? Is it...
@sbordet @lorban we should discuss this.
@sbordet , @lorban, @lachlan-roberts, @gregw can one of us investigate this
Note also that we are required to support the [ServletContext#getResourcePaths](https://docs.oracle.com/javaee/6/api/javax/servlet/ServletContext.html#getResourcePaths(java.lang.String)) API, which requires list semantics that will combine file system resources and potentially resources from within fragment jars. This is...
> That's it, that's all that's left of `Resource.list()` usage before this PR. Exactly! that's my point. A usage of list from the ResourceService has been removed and not detected....
Commit e0a9c21 added tests showing that Resource.list() was still necessary. It reverted some of the changes to list as HTML to pass the tests. I'll soon do the same for...
> Didn't have to close this, I can do the requested changes in this branch still. What request changes?
Can we work out the magic needed to exclude these tests for now, so we can get clean builds (but leave issue open until actually fixed)
I think we should still try to fix this one. #6112 was a problem caused by not having the filter on services files. @janbartel came up with a good way...