[ 
https://issues.apache.org/jira/browse/CXF-6022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

member sound closed CXF-6022.
-----------------------------
    Resolution: Won't Fix

This was probably caused by myself adding incompatible headers explicit, and as 
it does not occur anymore I'm closing this as a won't fix.

> GZIPOutInterceptor - Exception when using headers
> -------------------------------------------------
>
>                 Key: CXF-6022
>                 URL: https://issues.apache.org/jira/browse/CXF-6022
>             Project: CXF
>          Issue Type: Bug
>          Components: Bus, Core, JAX-WS Runtime
>    Affects Versions: 3.0.1
>            Reporter: member sound
>
> GZIPOutInterceptor seems to have some serious problems.
> I already posted a bug last week (CXF-6004) concerning the gzip feature.
> And there is another bug when connecting to a webservice using the header 
> feature (-exsh = true):
>               SpringBus bus = new SpringBus();        
>               MyWebService service = new MyWebService(bus);
>               
>               bus.getInInterceptors().add(new GZIPInInterceptor());
>               bus.getOutInterceptors().add(new GZIPOutInterceptor());
> java.lang.UnsupportedOperationException
>       at java.util.AbstractList.set(AbstractList.java:132) ~[?:1.7.0_51] 
> at 
> org.apache.cxf.transport.common.gzip.GZIPOutInterceptor.addHeader(GZIPOutInterceptor.java:333)
>  ~[cxf-core-3.0.1.jar:3.0.1]
> at 
> org.apache.cxf.transport.common.gzip.GZIPOutInterceptor.gzipPermitted(GZIPOutInterceptor.java:182)
>  ~[cxf-core-3.0.1.jar:3.0.1]
> at 
> org.apache.cxf.transport.common.gzip.GZIPOutInterceptor.handleMessage(GZIPOutInterceptor.java:134)
>  ~[cxf-core-3.0.1.jar:3.0.1]
> at 
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
>  [cxf-core-3.0.1.jar:3.0.1]
> at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514) 
> [cxf-core-3.0.1.jar:3.0.1]
> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423) 
> [cxf-core-3.0.1.jar:3.0.1]
> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:326) 
> [cxf-core-3.0.1.jar:3.0.1]
> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:279) 
> [cxf-core-3.0.1.jar:3.0.1]
> at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96) 
> [cxf-rt-frontend-simple-3.0.1.jar:3.0.1]
> at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:137) 
> [cxf-rt-frontend-jaxws-3.0.1.jar:3.0.1]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to