Skip to content

ajr3-gen/spring-boot-28525

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-28525

Demonstration of spring-boot bug report #28525.

Clone the repo locally and then:

To see good, working behavior, try to open a WebSocket connection to ws://localhost:8080/websocket/good. You will be able to connect, send a message to the server, receive a reply, and disconnect.

To see the error, try to open a WebSocket connection to ws://localhost:8080/websocket/bad. You will not be able to connect, and if you check the console you will see log messages that show that servletContext is null and that the handshake has encountered a NPE.

About

Demonstration of spring-boot bug report #28525

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages