From 80193b8e7c729682757ed19e1920c68bec096313 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 5 Oct 2023 14:23:59 +0200 Subject: [PATCH] [Major] Refactored SessionHandler by moving to module agent --- .../runtime/config/StrolchConfiguration.xml | 4 ++-- .../runtime/config/StrolchConfiguration.xml | 4 ++-- .../runtime/config/StrolchConfiguration.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml index 2330ecb..a8c0af1 100644 --- a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml +++ b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/runtime/config/StrolchConfiguration.xml @@ -76,8 +76,8 @@ SessionHandler - li.strolch.rest.StrolchSessionHandler - li.strolch.rest.DefaultStrolchSessionHandler + li.strolch.runtime.sessions.StrolchSessionHandler + li.strolch.runtime.sessions.DefaultStrolchSessionHandler PrivilegeHandler 30 diff --git a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml index 2079f4d..6fbedbb 100644 --- a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml +++ b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/runtime/config/StrolchConfiguration.xml @@ -72,8 +72,8 @@ SessionHandler - li.strolch.rest.StrolchSessionHandler - li.strolch.rest.DefaultStrolchSessionHandler + li.strolch.runtime.sessions.StrolchSessionHandler + li.strolch.runtime.sessions.DefaultStrolchSessionHandler PrivilegeHandler 30 diff --git a/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml index 31e0003..12a931d 100644 --- a/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml +++ b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/runtime/config/StrolchConfiguration.xml @@ -78,8 +78,8 @@ SessionHandler - li.strolch.rest.StrolchSessionHandler - li.strolch.rest.DefaultStrolchSessionHandler + li.strolch.runtime.sessions.StrolchSessionHandler + li.strolch.runtime.sessions.DefaultStrolchSessionHandler PrivilegeHandler 30