Skip to content

Commit

Permalink
Merge branch '3.9' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.9
  • Loading branch information
mmichalek committed Jul 6, 2018
2 parents badcae1 + 89f05a3 commit 81e71b9
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -283,8 +283,11 @@ public SymmetricWebServer start(int httpPort, int securePort, int httpJmxPort, M
.setInitParameter(WebConstants.INIT_PARAM_MULTI_SERVER_MODE, Boolean.toString(true));
}

webapp.getSessionHandler().getSessionCookieConfig().setName("JSESSIONID_" + (httpsPort > 0 && httpsEnabled ? httpsPort : "") + (httpEnabled && httpPort > 0 ? "_" + httpPort : ""));

server.setHandler(webapp);


Class<?> remoteStatusEndpoint = loadRemoteStatusEndpoint();
if (remoteStatusEndpoint != null) {
ServerContainer container = WebSocketServerContainerInitializer.configureContext(webapp);
Expand Down

0 comments on commit 81e71b9

Please sign in to comment.