Re: Enhancements to IoBufferHexDumper

2020-09-13 Thread Jonathan Valliere
This was my original option, just weary about changing anything with the public api. Thanks On Sun, Sep 13, 2020 at 3:34 AM Jeff MAURY wrote: > Add a new method getHexDump with a pretty flag and use the old one to call > > with false > > > > Le dim. 13 sept. 2020 à 01:23, Jonathan Valliere a >

[jira] [Comment Edited] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195100#comment-17195100 ] Jonathan Valliere edited comment on DIRMINA-1132 at 9/13/20, 6:13 PM: ---

[jira] [Reopened] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Valliere reopened DIRMINA-1132: > TLSv1.3 - MINA randomly fails in reading the message sent by client > -

[jira] [Commented] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195100#comment-17195100 ] Jonathan Valliere commented on DIRMINA-1132: I made a SSL server test using

[jira] [Updated] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Valliere updated DIRMINA-1132: --- Attachment: example-project.zip > TLSv1.3 - MINA randomly fails in reading the mess

[jira] [Updated] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Valliere updated DIRMINA-1132: --- Attachment: (was: jon-logs.zip) > TLSv1.3 - MINA randomly fails in reading the

[jira] [Updated] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Jonathan Valliere (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Valliere updated DIRMINA-1132: --- Attachment: (was: console-log.zip) > TLSv1.3 - MINA randomly fails in reading t

[GitHub] [mina-sshd] tomaswolf commented on pull request #165: [SSHD-1076] Break down ClientUserAuthService#auth method into several to allow for flexible override

2020-09-13 Thread GitBox
tomaswolf commented on pull request #165: URL: https://github.com/apache/mina-sshd/pull/165#issuecomment-691702004 Looks good. Makes the class more flexible if a user has some specialized needs. This is an automated message

[jira] [Commented] (DIRMINA-1132) TLSv1.3 - MINA randomly fails in reading the message sent by client

2020-09-13 Thread Ratnakar (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195099#comment-17195099 ] Ratnakar commented on DIRMINA-1132: --- 1) This is not a CURL issue. The issue is reprod

[jira] [Commented] (SSHD-1076) Make creation of the AuthFuture in ClientUserAuthService configurable/overrideable

2020-09-13 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195076#comment-17195076 ] Lyor Goldstein commented on SSHD-1076: -- Hi [~wolft] good to know that you managed, ho

[GitHub] [mina-sshd] lgoldstein opened a new pull request #165: [SSHD-1076] Break down ClientUserAuthService#auth method into several to allow for flexible override

2020-09-13 Thread GitBox
lgoldstein opened a new pull request #165: URL: https://github.com/apache/mina-sshd/pull/165 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[jira] [Closed] (SSHD-1076) Make creation of the AuthFuture in ClientUserAuthService configurable/overrideable

2020-09-13 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf closed SSHD-1076. - Resolution: Invalid > Make creation of the AuthFuture in ClientUserAuthService > configurable/overrideabl

[jira] [Commented] (SSHD-1076) Make creation of the AuthFuture in ClientUserAuthService configurable/overrideable

2020-09-13 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195064#comment-17195064 ] Thomas Wolf commented on SSHD-1076: --- Forget it. There's no way to send heartbeats during

Re: Enhancements to IoBufferHexDumper

2020-09-13 Thread Jeff MAURY
Add a new method getHexDump with a pretty flag and use the old one to call with false Le dim. 13 sept. 2020 à 01:23, Jonathan Valliere a écrit : > I'm adding some additional methods to IoBufferHexDumper to produce pretty > hex dumps for debugging purposes. > > Possible options to expose the new