You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description jetty-dir.css provides a minimal CSS for directory listing.
It resides in the jetty-util module.
When running Jetty with --jpms, a directory listing page will request jetty-dir.css but a 404 is returned.
My guess is that because of JPMS, the file won't be found unless module jetty.util opens its resources to jetty-servlet, which is probably the module that attempts to load it from the class-path.
If that's the case, jetty-dir.css should be moved to jetty-servlet.
A jetty-home test would be great.
The text was updated successfully, but these errors were encountered:
Jetty version
9.4.x
Description
jetty-dir.css
provides a minimal CSS for directory listing.It resides in the
jetty-util
module.When running Jetty with
--jpms
, a directory listing page will requestjetty-dir.css
but a 404 is returned.My guess is that because of JPMS, the file won't be found unless module
jetty.util
opens its resources tojetty-servlet
, which is probably the module that attempts to load it from the class-path.If that's the case,
jetty-dir.css
should be moved tojetty-servlet
.A jetty-home test would be great.
The text was updated successfully, but these errors were encountered: