CompressionFilter is not thread safe
------------------------------------

                 Key: DIRMINA-774
                 URL: https://issues.apache.org/jira/browse/DIRMINA-774
             Project: MINA
          Issue Type: Bug
          Components: Filter
    Affects Versions: 2.0.0-RC1
         Environment: All
            Reporter: Yannick Lecaillez


Concurrent IoSession.write() can cause various error in CompressionFilter 
deflate method under load since zStream
is not synchronized.

I've a fix which simply "synchronized" access to zStream.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to