On 12/10/2016 08:02, Mladen Adamović wrote:
> Lets assume that web.xml has a rule
>
>
> One
> /something/e*
>
>
> While class Two.class has an annotation:
>
> @WebServlet(name = "Two", urlPatterns = {"/something/er*"})
>
> From the Servlet 3.0 specification
Lets assume that web.xml has a rule
One
/something/e*
While class Two.class has an annotation:
@WebServlet(name = "Two", urlPatterns = {"/something/er*"})
>From the Servlet 3.0 specification
8.2.3. (point 4). `The web.xml of the web application has the hig