You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Susmit Sarkar (Jira)" <ji...@apache.org> on 2021/07/11 12:09:00 UTC

[jira] [Created] (SSHD-1193) AuthTimeOut not displaying in correct format post upgrade to 2.7.0

Susmit Sarkar created SSHD-1193:
-----------------------------------

             Summary: AuthTimeOut not displaying in correct format post upgrade to 2.7.0
                 Key: SSHD-1193
                 URL: https://issues.apache.org/jira/browse/SSHD-1193
             Project: MINA SSHD
          Issue Type: Bug
    Affects Versions: 2.7.0
            Reporter: Susmit Sarkar
         Attachments: image-2021-07-11-17-36-38-697.png

Hello Team,

 

!image-2021-07-11-17-36-38-697.png!

We upgraded to 2.7.0 and the authtimeout is not coming in readable format, previously it was 12000 ms but now its in PT2M

Code changes done
{code:java}
// code placeholder
private void setIdleTimeOut() {private void setIdleTimeOut() { Duration timeOut = CoreModuleProperties.IDLE_TIMEOUT.getRequiredDefault(); if (config.getIdleConnectionTimeoutMinutes() > 0) { timeOut = Duration.ofMillis(config.getIdleConnectionTimeoutMinutes() * 1000 * 60); CoreModuleProperties.IDLE_TIMEOUT.set(sshd, timeOut); }  }
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org