reta commented on a change in pull request #812:
URL: https://github.com/apache/cxf/pull/812#discussion_r659245296



##########
File path: 
rt/rs/sse/src/main/java/org/apache/cxf/jaxrs/sse/interceptor/SseInterceptor.java
##########
@@ -73,16 +73,6 @@ public void handleMessage(Message message) {
                     servletResponse = (HttpServletResponse)response;
                     builder = Response.status(servletResponse.getStatus());
                     
-                    @SuppressWarnings("unchecked")

Review comment:
       @timothyjward the problem turned out to be a bit more complicated, it 
was not about PROTOCOL_HEADERS per se but where they were coming from, it 
should be fixed in https://github.com/apache/cxf/pull/821 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to