Hi, I have a meta-question concerning extensions in pax-web.
With pax-web 8.0.4 (which is the latest version of the pax-web in the karaf 4.4 release) thanks to Grzegorz parsing of global and war specific context.xml files works in pax-web-tomcat. However there is still one limitation: If the context configuration contains a login valve unlike in plain Tomcat the default login valve will be added in addition to the one from the context configuration. The resolution is a rather easy change in the org.ops4j.pax.web.service.tomcat.internal.OsgiContextConfiguration class. What is the process for this? I created https://github.com/ops4j/org.ops4j.pax.web/issues/1733 for this topic and I can also contribute a pull request to pax-web for it. Is this the way to go, or did I do something wrong there? Best regards Stephan