Hi team, I like to configure CORS (Cross Origin Requests) by always returning the following http parameter
Access-Control-Allow-Origin: * in the response. One option is to write a http filter server that adds the parameter, but this is quite a bit of work for adding a simple parameter. Jetty supports that kind of configuration in web.xml but I think web.xml is not working under Felix http. Any easy way to add a http parameter to each response of each http server? Thanks Frank

