Re: [Resteasy-users] question about CORS

2014-06-09 Thread Bill Burke
There is no good way to implement this in 2.3.x. You would have to write a resource class to handle all preflight OPTIONS requests. Depending on how you want to validate origins, you'd have to write a PreProcessInterceptor and PostProcessInterceptor and @Context inject a HttpResponse or HttpRe

[Resteasy-users] question about CORS

2014-06-09 Thread Gervasio Amy
Hello all, I'm a RESTEasy 2.3.5 version user and I experiencing some issues while trying to enable CORS. I'm using this CORS filter implementation (which is basically a servlet filter) and it works well for successful responses, but when I have to h