Do not use non-ASCII charaters in Java source code, yet
All checks were successful
Build / build (push) Successful in 8s

This commit is contained in:
Tobi Schäfer 2025-04-11 00:04:34 +02:00
parent 517735e53d
commit 9dee4993f1
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -500,7 +500,7 @@ public class ApplicationManager implements XmlRpcHandler {
staticContext.start(); staticContext.start();
} }
// I hope I am correct assuming Helma does not need Jettys session management, but using // I hope I am correct assuming Helma does not need Jetty's session management, but using
// `ServletContextHandler.SESSIONS` causes an exception: Shared scheduler not started // `ServletContextHandler.SESSIONS` causes an exception: Shared scheduler not started
appContext = new ServletContextHandler(ServletContextHandler.NO_SESSIONS); appContext = new ServletContextHandler(ServletContextHandler.NO_SESSIONS);
appContext.setContextPath(pathPattern); appContext.setContextPath(pathPattern);