Re: Why @WebServlet annotation is not processed when web.xml is version 2.5?

2012-06-01 Thread maria petrova
talina. STRICT_SERVLET_COMPLIANCE* should be extended with an additional property that controls the questioned handling? What do you think? Thanks and Regards, Maria 2012/4/18 Pid > On 18/04/2012 11:27, Konstantin Kolinko wrote: > > 18 апреля 2012 г. 12:15 пользовател

Re: Why @WebServlet annotation is not processed when web.xml is version 2.5?

2012-04-18 Thread maria petrova
regularly covers the complete Servlet 3.0 CTS and probably there is a hidden property that I’m missing? Thanks and regards, Maria На 17 април 2012, 22:22, Pid написа: > On 17/04/2012 13:48, maria petrova wrote: > > Hi, > > > > > > We’ve embedded Tomcat 7.0.26 in our product

Why @WebServlet annotation is not processed when web.xml is version 2.5?

2012-04-17 Thread maria petrova
Hi, We’ve embedded Tomcat 7.0.26 in our product and we are currently trying to cover Servlet 3.0 CTS with it. We’ve encountered the following problem with one of the tests. Though the version of the web deployment descriptor of the test application is 2.5, there is a servlet annotated with *@We