Compare commits
1 commit
854df4e865
...
9dee4993f1
Author | SHA1 | Date | |
---|---|---|---|
9dee4993f1 |
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ def textFiles = ['**/*.hac', '**/.html', '**/*.js', '**/*.md', '**/*.properties'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
compileJava {options.encoding = "UTF-8"}
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
|
@ -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
Add a link
Reference in a new issue