Return-Path: Delivered-To: apmail-mina-dev-archive@www.apache.org Received: (qmail 4408 invoked from network); 10 Dec 2010 18:47:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Dec 2010 18:47:37 -0000 Received: (qmail 35666 invoked by uid 500); 10 Dec 2010 18:47:37 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 35628 invoked by uid 500); 10 Dec 2010 18:47:37 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 35620 invoked by uid 99); 10 Dec 2010 18:47:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 18:47:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 18:47:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBAIlDDu014012 for ; Fri, 10 Dec 2010 18:47:13 GMT Message-ID: <13867652.63171292006833623.JavaMail.jira@thor> Date: Fri, 10 Dec 2010 13:47:13 -0500 (EST) From: "Emmanuel Lecharny (JIRA)" To: dev@mina.apache.org Subject: [jira] Updated: (DIRMINA-782) Combination of SslFilter & FileRegionWriteFilter causes messageSent events to be lost MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRMINA-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-782: -------------------------------------- Fix Version/s: (was: 2.0.2) 2.0.3 > Combination of SslFilter & FileRegionWriteFilter causes messageSent events to be lost > ------------------------------------------------------------------------------------- > > Key: DIRMINA-782 > URL: https://issues.apache.org/jira/browse/DIRMINA-782 > Project: MINA > Issue Type: Bug > Components: Core > Affects Versions: 2.0.0-RC1 > Reporter: Adam Brown > Assignee: Emmanuel Lecharny > Fix For: 2.0.3 > > Attachments: FileRegionWriteFilterTest.java, ssl-file-region.patch > > > When SslFilter & FileRegionWriteFilter are the last 2 filters on the outgoing end of a filter chain, you lose the messageSent notification for an IoBuffer if a write of the IoBuffer is immediately followed by a write of a FileRegion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.