Hi, What is the proper way to add a filter to a custom gateway service? I know I can extend ServiceDeploymentContributorBase to add a filter. But I thought with Knox 0.6.0 and its new declarative approach (rewrite.xml, service.xml) that I would be able to do it simply by making additions to the service.xml file. After a failed attempt and taking a look at the ServiceDefinition class I see that only routes, policies, and a custom dispatch can be declared in it, why not filters?
Regards, Christopher Jackson
