Blog

Jetty でディレクトリリスティングを拒否したい

    webAppContext.setInitParameter("org.eclipse.jetty.servlet.Default.dirAllowed", "false");

で、いけます。

ref. https://stackoverflow.com/questions/7217969/how-to-disable-directory-listing-for-jettys-webappcontext/7572313#7572313