Description
ServletContext parameters are not visible in ServletContextListener.contextInitialized()
To test create a ServletContextListener with the method
public void contextInitialized(ServletContextEvent e) that scans through
e.getServletContext().getInitParameterNames();
Make sure your web.xml file has <context-param> ...
It would be useful if there is an existing test case to provide it with the JIRA to facilitate testing. Deferring to 1.x since the original build was M3