From e5b7e97ff445d4f5e3031b3b7cf136fc5e9f1bc5 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 8 Apr 2015 19:45:37 +0000 Subject: [PATCH] Jetty: Set session cookies to HttpOnly in all webapps i2psnark: Remove extra mime types in i2psnark web.xml; added to Jetty's default by now, or in our mime.properties file --- apps/addressbook/web.xml | 7 ++++ apps/i2psnark/web.xml | 67 ++----------------------------- apps/i2ptunnel/jsp/web.xml | 4 ++ apps/routerconsole/jsp/web.xml | 3 ++ apps/susimail/src/WEB-INF/web.xml | 3 ++ 5 files changed, 21 insertions(+), 63 deletions(-) diff --git a/apps/addressbook/web.xml b/apps/addressbook/web.xml index 1aebb0d09..d86d32289 100644 --- a/apps/addressbook/web.xml +++ b/apps/addressbook/web.xml @@ -28,4 +28,11 @@ /* + + + 30 + + true + + diff --git a/apps/i2psnark/web.xml b/apps/i2psnark/web.xml index 68e6abd64..d98f63733 100644 --- a/apps/i2psnark/web.xml +++ b/apps/i2psnark/web.xml @@ -26,73 +26,14 @@ / + 30 + + true + - - - - - mkv - video/x-matroska - - - - wmv - video/x-ms-wmv - - - - flv - video/x-flv - - - - mp4 - video/mp4 - - - - rar - application/rar - - - - 7z - application/x-7z-compressed - - - - iso - application/x-iso9660-image - - - - ico - image/x-icon - - - - exe - application/x-msdos-program - - - - flac - audio/flac - - - - m4a - audio/mpeg - - - - wma - audio/x-ms-wma - - diff --git a/apps/i2ptunnel/jsp/web.xml b/apps/i2ptunnel/jsp/web.xml index 1fd11c13d..0a74b6835 100644 --- a/apps/i2ptunnel/jsp/web.xml +++ b/apps/i2ptunnel/jsp/web.xml @@ -32,10 +32,14 @@ /wizard + 30 + + true + index.html diff --git a/apps/routerconsole/jsp/web.xml b/apps/routerconsole/jsp/web.xml index 67f0b4ca6..ea183c835 100644 --- a/apps/routerconsole/jsp/web.xml +++ b/apps/routerconsole/jsp/web.xml @@ -35,6 +35,9 @@ 30 + + true + index.html diff --git a/apps/susimail/src/WEB-INF/web.xml b/apps/susimail/src/WEB-INF/web.xml index 23adde2d5..22f6e9b6f 100644 --- a/apps/susimail/src/WEB-INF/web.xml +++ b/apps/susimail/src/WEB-INF/web.xml @@ -23,6 +23,9 @@ 1440 + + true +