.addFilter(new FilterInfo("Filter", NoOpFilter.class))
.addFilterUrlMapping("Filter", "/*", DispatcherType.REQUEST)
.addFilterUrlMapping("Filter", "/", DispatcherType.REQUEST);
DeploymentManager manager = container.addDeployment(builder);
manager.deploy();
root.addPrefixPath(builder.getContextPath(), manager.start());
builder = new DeploymentInfo()
.setClassIntrospecter(TestClassIntrospector.INSTANCE)