You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by di...@apache.org on 2013/09/24 03:14:30 UTC

git commit: knox-150, correct comment on session timeout in sandbox topology file :

Updated Branches:
  refs/heads/master d73f730a0 -> 0f51ced29


knox-150, correct comment on session timeout in sandbox topology file
:


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/0f51ced2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/0f51ced2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/0f51ced2

Branch: refs/heads/master
Commit: 0f51ced29ef46934df06918afc76dc7e12cfd603
Parents: d73f730
Author: Dilli Dorai Arumugam <da...@hortonworks.com>
Authored: Mon Sep 23 18:14:18 2013 -0700
Committer: Dilli Dorai Arumugam <da...@hortonworks.com>
Committed: Mon Sep 23 18:14:18 2013 -0700

----------------------------------------------------------------------
 gateway-release/home/deployments/sandbox.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/0f51ced2/gateway-release/home/deployments/sandbox.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/deployments/sandbox.xml b/gateway-release/home/deployments/sandbox.xml
index 68eb96a..1753b5e 100644
--- a/gateway-release/home/deployments/sandbox.xml
+++ b/gateway-release/home/deployments/sandbox.xml
@@ -24,9 +24,9 @@
             <enabled>true</enabled>
             <param>
                 <!-- 
-                session timeout in minutes, 
+                session timeout in minutes,  this is really idle timeout,
                 defaults to 30mins, if the property value is not defined,, 
-                client authentication would expire after this time 
+                current client authentication would expire if client idles contiuosly for more than this value
                 -->
                 <name>sessionTimeout</name>
                 <value>30</value>