[ https://issues.apache.org/jira/browse/DIRMINA-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480416#comment-17480416 ]
Jonathan Valliere edited comment on DIRMINA-1157 at 1/22/22, 12:55 PM: ----------------------------------------------------------------------- [~elecharny] I don't understand the case sensitive thing, I had renamed all of the references already. Are you trying to back-port this? The way you rename things in case-sensitive is by adding a 2 at the end so like "SslSomething" becomes "SSLSomething2" then remove the 2 "SSLSomething" My MINA workspace should have been set to spaces to match everything else. My work work stuff is set to tabs and line breaks (it would have looked way different). I will check it the next time I work on something. was (Author: johnnyv): [~elecharny] I don't understand the case sensitive thing, I had renamed all of the references already. Are you trying to back-port this? The way you rename things is by adding a 2 at the end so like "SslSomething" becomes "SSLSomething2" then remove the 2 "SSLSomething" My MINA workspace should have been set to spaces to match everything else. My work work stuff is set to tabs and line breaks (it would have looked way different). I will check it the next time I work on something. > Sporadic error when establishing a StartTLS or SSL connection > ------------------------------------------------------------- > > Key: DIRMINA-1157 > URL: https://issues.apache.org/jira/browse/DIRMINA-1157 > Project: MINA > Issue Type: Bug > Components: Core, SSL > Affects Versions: 2.1.5 > Reporter: Steffen Liersch > Priority: Blocker > Labels: security > Attachments: SslHandler-compare.png, SslHandler-mod.java, > SslHandler.java > > Original Estimate: 1h > Remaining Estimate: 1h > > With the Mina components, a connection error occasionally occurs when > establishing a StartTLS or TLS connection. The cause is that payload data was > received immediately on the acknowledgement and is already in the receive > buffer. > My colleagues have changed the checkStatus function of the SslHandler class > from apache-mina-2.1.5-src.zip so that the sporadic error demonstrably no > longer occurs. Please review the changes and include them in the codebase for > the next release. > I have attached the original version of SslHandler.java, as well as the > modified version. Thank you for your support! -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org