I'm running a felix container with HttpService implemented by Jetty.
Jetty supports CORS using the Cross-Origin-Filter and it's usually configured in web.xml as seen e.g. here
Unfortunately, the Felix HTTPService doesn't expose anything of the sort as far as I can tell, so the question is: how do I get that configuration to my "felix wrapped" Jetty?
Thanks!