Related to https://github.com/spring-projects/spring-framework/issues/26892 The WebSocket tests with `allowedOrigins` fail now because CORS processor in Spring Framework removes a trailing slash from the request where possible one in the config is left as is. * Remove the trailing slash from the CORS config to match the current SF behavior