You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/16 11:36:58 UTC

[4/9] git commit: updated refs/heads/4.4 to 8e58bc0

CS-19734:Session cookie is exposed to scripts.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit 0b5b9c91e451d069c501a08a34523eccd22dff05)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/84c6cc36
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/84c6cc36
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/84c6cc36

Branch: refs/heads/4.4
Commit: 84c6cc361b82088daa1e66662440fa1a66979746
Parents: 6da3d1b
Author: Min Chen <mi...@citrix.com>
Authored: Fri Jul 18 12:08:07 2014 -0700
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Mar 16 15:49:33 2015 +0530

----------------------------------------------------------------------
 client/tomcatconf/context.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/84c6cc36/client/tomcatconf/context.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/context.xml.in b/client/tomcatconf/context.xml.in
index 9913dd1..a78215c 100644
--- a/client/tomcatconf/context.xml.in
+++ b/client/tomcatconf/context.xml.in
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!-- The contents of this file will be loaded for each web application -->
-<Context allowLinking="true">
+<Context allowLinking="true" useHttpOnly="true">
 
     <!-- Default set of monitored resources -->
     <WatchedResource>WEB-INF/web.xml</WatchedResource>