Hello all, i want to use swagger to document my rest api which run in camel 2.17.0 as standalone application. This seems to work fine. Unfortunately its not possible to test the api via the swagger ui. On http://camel.apache.org/swagger-java.html i found the information that i should set up and configure a RestSwaggerCorsFilter. This is done via web.xml. But as i am running standalone this filter cannot be configured via web.xml. Is there another way to configure a cors filter which works in standalone mode too?
Greetings Gerald Mixa