Skip to content

Xiaobaxi/spring-boot-13134

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot issue 13134

If you defined the ServletContextListener by the annotation @WebListener on the Undertow container server when you stops the Undertow server the ServletContextListener's contextDestoryed method is not called

You can work around the problem by providing a custom Undertow factory that returns a custom Undertow container that overrides stop() to also call undeploy()

the spring boot before the 1.5.13.RELEASE has this bug and will fix the next version in Milestone 1.5.x

issure description:spring-projects/spring-boot#13134

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages