hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

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

Open mlehmannm opened 6 years ago

mlehmannm commented 6 years ago

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