I have a @WebServlet("") and a @WebFilter(urlPatterns = {"", "/", "/*"}, asyncSupported = true)
But the filter is not being invoked for the servlet :-(
I am using @WebServlet("") instead of @WebServlet("/") based on instructions in: http://www.java.net/node/700651?force=613
I am using the Glassfish version bundled in the latest Java EE 6 SDK bundled with Java SE 7. (I switched from using the latest GA of Jetty because Jetty incorrectly implements @WebServlet(""))