-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.com
Description
Hello, in our project I found strange behaviour with this DefaultSockJsService.
We using spring boot 2.5.5 and this dependencies:
org.springframework.boot
spring-boot-starter-websocket
org.springframework.boot
spring-boot-starter-webflux
org.springframework.boot
spring-boot-starter-reactor-netty
We received next exception:
DefaultSockJsService : Invalid SockJS path '/online-security-bundling/process' - required to have 3 path segments
We see this strange behaviour only on prod env in google cloud while receiving requests from google pub/sub. Maybe you know why it's hepenning?
Line 43 in 65394b0
public class DefaultSockJsService extends TransportHandlingSockJsService implements ServletContextAware { |
Metadata
Metadata
Assignees
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.com