Spring boot: how to config the embedded Jetty server with ServletContextHandler instead of WebAppContext

97 views Asked by At

Session management is not needed in our use case, but according to this github issue, session feature is a mandate. How can I config spring to make it use ServletContextHandler instead of WebAppContext

0

There are 0 answers