spring-boot/spring-boot-autoconfigure
Dave Syer 3496f3f9dc Add marker interface for non-embedded servlet container
ErrorPageFilter is itself an EmbeddedServletContainerFactory
but it runs in a non-embedded container. Any component that assumes
the presence of an EmbeddedServletContainerFactory implies we are
running embedded is therefore invalid. WebSocketAutoConfiguration
had that problem.

Fixes gh-551
2014-03-23 21:45:54 +00:00
..
src Add marker interface for non-embedded servlet container 2014-03-23 21:45:54 +00:00
pom.xml Next development version 2014-03-03 22:46:12 -08:00