From: <forums_at_java.net>
Date: Wed, 4 Jan 2012 17:33:08 -0600 (CST)
Hi Jan,
Thanks for your kind explanation which was very useful to me. As a result
yesterday I switched to Glassfish from Jetty because Jetty incorrectly
implements the "" mapping.
However, I am facing another problem.
I have a @WebServlet("") and a @WebFilter(urlPatterns = {"", "/", "/*"},
asyncSupported = true) But the filter is not being invoked for the servlet
:-(