posted 5 years ago
Hi,
I'm working on a logging framework. The logging framework is written using cxf and javax.ws.rs.core.Response, and I wrote an interceptor using spring mvc. I'm trying to send the HttpServletResponse to javax.ws.rs.core.Response, since HttpServletResponse doesn't have a getStatus() method, how can I set the status to javax.ws.rs.core.Response.
Here is my interceptor