jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Issue #11092 - Allow MetaInfConfiguration parsing of `java.class.path` to support globs #12287

Closed joakime closed 1 month ago

joakime commented 1 month ago

Use ResourceFactory.split(String) to properly parse the java.class.path so that globs can be supported in MetaInfConfiguration as well.

Fixes #11092 Fixes #12283

janbartel commented 1 month ago

@joakime some test failures to address here as well.

janbartel commented 1 month ago

@joakime is this one ready for re-review?

joakime commented 1 month ago

@joakime is this one ready for re-review?

Yes. Review away.

joakime commented 1 month ago

@janbartel bump