This is a hack to get around using proprietary Jetty Realms by implementing a Filter
with a static method to add tokens on sub context paths for authentication.
Because of severe imperfections in the design setup, there can only be one (JNDI)SlideRealmFilter
This because the application container instantiates the filters, not the application.
This is a hack to get around using proprietary Jetty Realms by implementing a Filter
with a static method to add tokens on sub context paths for authentication.