On Sun, May 2, 2021 at 3:17 PM Jean-Louis MONTEIRO <jeano...@gmail.com> wrote:
> Hi, > > Still working on getting TomEE certified for Jakarta EE 9.1 > We are using latest Tomcat 10.x and we indeed see now only one failure as > described here > > https://cwiki.apache.org/confluence/display/TOMCAT/Servlet+TCK+5.0 > > I understand this is not really a critical thing to be certified for > Tomcat. > And I also understand this is not something the community agrees on. > > But I'd like, for the sake of getting TomEE certified, to pass this test > and therefore I'm looking at a way to patch it on our side. > > Would you be able to help in giving pointers on how to do it? > > Any help is appreciated at this point. > We already talked about this (bad) "feature" quite a bit in the past. Unless there's a big surprise: - This needs intrusive and annoying change to the deployer - The benefit to actual users seems to be zero - The feature is optional As a result, I doubt Mark will change his mind [I am not enthusiastic either] and I still don't understand how it is a mandatory TCK test. So ... I think you can come up with a hack instead: a Catalina listener could be added to the Context, then it could configure the rewrite valve to do the url mapping. It should be enough to make this work. Rémy > > > -- > Jean-Louis >