Am 27.03.2015 um 14:45 schrieb Joakim Erdfelt: > You are using ServletContextHandler and its various .addServlet() methods, > right? > You really shouldn't be using ServletHandler directly (that's an internal > class > for ServletContextHandler)
I'm calling servletContextHandler.addServlet(servletHolder, pathSpec) So the answer is, no? Cheers, Lothar _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
