hstaudacher/osgi-jax-rs-connector

ServletContainerBridge doesn't call super.init(ServletConfig) in init(ServletConfig)

Opened this issue · 0 comments

Not calling super leads to NPEs, because someone calls ServletContainerBridge.getServletConfig().

I have attached a changed version, that simply removes the locally held instance of ServletConfig.

ServletContainerBridge.java.txt