Based on my understanding of the Undertow docs and this stack overflow post, I think I should be able to provide my own implementation of SessionManager.
I have created a jar file containing:
Have I done this right? How do I get Undertow to pick this up?
Thanks
If you did all that, all you need is to have that jar in your war/WEB-INF/lib and that is it.
When war is deploying WildFly will look for this ServletExtension and tell undertow to load it.
see also http://undertow.io/undertow-docs/undertow-docs-1.2.0/index.html#servlet-extensions