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: [email protected]
For additional commands, e-mail: [email protected]