This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch jakarta-spring-6
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/jakarta-spring-6 by this push:
new b0dc6f5c4 [OPENMEETINGS-2756] property name is updated
b0dc6f5c4 is described below
commit b0dc6f5c440efb4212213a26b4737f54ab653768
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Sep 25 17:06:13 2023 +0700
[OPENMEETINGS-2756] property name is updated
---
.../src/main/java/org/apache/openmeetings/web/app/Application.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
index 9b90e162e..34c850eb7 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
@@ -167,7 +167,7 @@ public class Application extends
AuthenticatedWebApplication implements IApplica
private static final Logger log =
LoggerFactory.getLogger(Application.class);
private static boolean isInstalled;
private static final String INVALID_SESSIONS_KEY =
"INVALID_SESSIONS_KEY";
- private static final String SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE
= "javax.websocket.server.ServerContainer";
+ private static final String SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE
= "jakarta.websocket.server.ServerContainer";
public static final String NAME_ATTR_KEY = "name";
public static final String SERVER_URL_ATTR_KEY = "server.url";
//additional maps for faster searching should be created