Amrit Verma created SLING-3698: ---------------------------------- Summary: Ftp server doesn't honour default idle time configuration Key: SLING-3698 URL: https://issues.apache.org/jira/browse/SLING-3698 Project: Sling Issue Type: Bug Components: Extensions Reporter: Amrit Verma
The configuration of default idle time of ftp session is not honoured. The default setting is 600 seconds, but the session is being closed at 300 seconds. The reason seems to be that apache ftp server has a listener timeout whose default value is 300 seconds. The session timeout is supposed to be less than the listener timeout to be honoured. Hence to fix the issue we need to expose the listener timeout as a part of the sling configuration. -- This message was sent by Atlassian JIRA (v6.2#6252)