STARTTLS + COMPRESS not possible
--------------------------------
Key: JAMES-1186
URL: https://issues.apache.org/jira/browse/JAMES-1186
Project: JAMES Server
Issue Type: Bug
Components: IMAPServer
Affects Versions: 3.0-M2, 3.0-M3
Reporter: Norman Maurer
Assignee: Norman Maurer
Fix For: 3.0-M3
If you enable starttls and then try to use COMPRESS you will see the following
exception:
org.jboss.netty.handler.codec.compression.CompressionException: decompression
failure (-3): invalid block type
at
org.jboss.netty.handler.codec.compression.ZlibUtil.exception(ZlibUtil.java:35)
at
org.jboss.netty.handler.codec.compression.ZlibUtil.fail(ZlibUtil.java:31)
at
org.jboss.netty.handler.codec.compression.ZlibDecoder.decode(ZlibDecoder.java:144)
at
org.jboss.netty.handler.codec.oneone.OneToOneDecoder.handleUpstream(OneToOneDecoder.java:72)
at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:350)
at
org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:281)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:201)
at
org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:46)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Wo
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]