Update Jetty packages (major) #103

Open
renovate[bot] wants to merge 46 commits from renovate/major-jetty-packages into main
Showing only changes of commit fa59a27858 - Show all commits

View file

@ -536,10 +536,9 @@ public class ApplicationManager implements XmlRpcHandler {
} }
if (protectedStaticDir != null) { if (protectedStaticDir != null) {
File protectedContent = getAbsoluteFile(protectedStaticDir); String protectedContent = getAbsoluteFile(protectedStaticDir).getPath();
appContext.setResourceBase(protectedContent.getPath()); appContext.setBaseResourceAsString(protectedContent);
getLogger().info("Serving protected static from " + getLogger().info("Serving protected static from " + protectedContent);
protectedContent.getPath());
} }
// Remap the context paths and start // Remap the context paths and start