Hello, Today I was experimenting with a Servlet ContainerInitializer in which I wanted to modify the value of a particular init param, but found that Tomcat's ServletContext implementation (ApplicationContext) explicitly rejected the override. The Servlet API doesn't seem to suggest that what I'm trying to do should not be supported; would a patch (or patches, thinking of multiple Tomcat versions) to support this behavior, perhaps conditionally, be welcome? If so, what form should such conditional support take?
Thanks, Matt