Re: default context path

2021-11-27 Thread Mark Thomas
-path support. Tomcat doesn't implement this feature as the container is allowed to override this default and we always do - primarily to avoid a bunch of edge cases. Just how dangerous are these edge cases? The edge cases are around conflicts. If the default-context-path conflicts with

Re: default context path

2021-11-27 Thread Christopher Schultz
Mark, On 11/25/21 17:18, Mark Thomas wrote: Hi all, I am working on updating the Servlet TCK for Servlet 6 and I have been discussing with the Jakarta Servlet community whether or not we could disable the TCK test that checks default-context-path support. Tomcat doesn't implement

Re: default context path

2021-11-26 Thread Romain Manni-Bucau
could > disable the TCK test that checks default-context-path support. > > Tomcat doesn't implement this feature as the container is allowed to > override this default and we always do - primarily to avoid a bunch of > edge cases. > > Other containers do implement the featur

default context path

2021-11-25 Thread Mark Thomas
Hi all, I am working on updating the Servlet TCK for Servlet 6 and I have been discussing with the Jakarta Servlet community whether or not we could disable the TCK test that checks default-context-path support. Tomcat doesn't implement this feature as the container is allowed to ove

Re: Implementing web.xml default-context-path

2021-05-05 Thread Rémy Maucherat
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. > > > > > > +1 allow

Re: Implementing web.xml default-context-path

2021-05-05 Thread Jean-Louis MONTEIRO
> > > either] and I still don't understand how it is a mandatory TCK test. > > > > +1 allowing this feature opens up a huge mess of deployment edge cases > > that the Tomcat deployment process was designed very carefully to avoid. > > > > > So ... I th

Re: Implementing web.xml default-context-path

2021-05-05 Thread Romain Manni-Bucau
;t understand how it is a mandatory TCK test. > > +1 allowing this feature opens up a huge mess of deployment edge cases > that the Tomcat deployment process was designed very carefully to avoid. > > > So ... I think you can come up with a hack instead: a Catalina listener > >

Re: Implementing web.xml default-context-path

2021-05-05 Thread Mark Thomas
e to challenge the TCK test on the grounds the spec allows containers to override any default-context-path setting but the TCK assumes this isn't going to happen (in Tomcat it will always happen). Mark - T

Re: Implementing web.xml default-context-path

2021-05-05 Thread Rémy Maucherat
On Sun, May 2, 2021 at 3:17 PM Jean-Louis MONTEIRO 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

Implementing web.xml default-context-path

2021-05-02 Thread Jean-Louis MONTEIRO
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.