Revert "Do not use non-ASCII charaters in Java source code, yet"
All checks were successful
Build / build (push) Successful in 13s
All checks were successful
Build / build (push) Successful in 13s
This reverts commit 9dee4993f1
.
This commit is contained in:
parent
ee7d543811
commit
2ec02c7940
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ public class ApplicationManager implements XmlRpcHandler {
|
||||||
staticContext.start();
|
staticContext.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
// I hope I am correct assuming Helma does not need Jetty's 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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue