diff --git a/docs/src/reference/docbook/ftp.xml b/docs/src/reference/docbook/ftp.xml index d89ad7306e..f272a47e42 100644 --- a/docs/src/reference/docbook/ftp.xml +++ b/docs/src/reference/docbook/ftp.xml @@ -245,9 +245,9 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/ftp
FTP Session Caching - One of the optimization implemented by FTP adapters is session caching. Similar to JDBC connection polling FTP Adapters maintain a - default session poll. However there are times when this behavior is not desired (e.g., security etc.). - To disable session caching you can set cache-sessions attribute to false (default is true) + One of the optimizations implemented by the FTP adapters is session caching. Similar to JDBC pooling of Connections, the FTP Adapters maintain a + pool of Sessions by default. However there are times when this behavior is not desired (e.g., security etc.). + To disable session caching you can set the cache-sessions attribute to false (the default value is true). ]]> -The same attriibute could be used with Outbound Channel Adapters +The same attribute can also be used with Outbound Channel Adapters.
diff --git a/docs/src/reference/docbook/sftp.xml b/docs/src/reference/docbook/sftp.xml index 3655994ec7..ce9b4675eb 100644 --- a/docs/src/reference/docbook/sftp.xml +++ b/docs/src/reference/docbook/sftp.xml @@ -187,9 +187,9 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/sftp
SFTP Session Caching - One of the optimization implemented by SFTP adapters is session caching. Similar to JDBC connection polling SFTP Adapters maintain a - default session poll. However there are times when this behavior is not desired (e.g., security etc.). - To disable session caching you can set cache-sessions attribute to false (default is true) + One of the optimizations implemented by the SFTP adapters is session caching. Similar to JDBC pooling of Connections, the SFTP Adapters maintain a + pool of Sessions by default. However there are times when this behavior is not desired (e.g., security etc.). + To disable session caching you can set the cache-sessions attribute to false (the default value is true). ]]> -The same attriibute could be used with Outbound Channel Adapters +The same attribute can also be used with Outbound Channel Adapters.