Skip to content

Invalid SockJS path #28103

@AliaksandrAkavity

Description

@AliaksandrAkavity

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?

public class DefaultSockJsService extends TransportHandlingSockJsService implements ServletContextAware {

Metadata

Metadata

Assignees

Labels

for: stackoverflowA question that's better suited to stackoverflow.com

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions