In which order are Servlet.init() and Filter.init() methods called in java web application? Which one is called first? Are all Servlet.init() methods called before than any Filt
Beware. I've been witnessing concurrent invocation of Filter.init() and Filter.doFilter() on the same instance. I'm still shocked and can't recover. Its' name is Jetty.