ServletContainerBridge doesn't call super.init(ServletConfig) in init(ServletConfig)
Opened this issue · 0 comments
mlehmannm commented
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.