From b1c7ddfdf3a1848105b81d1db4a1675a50981af7 Mon Sep 17 00:00:00 2001 From: ikeyat Date: Fri, 30 Oct 2015 10:27:29 +0900 Subject: [PATCH] Add config to disable URL rewriting by default #137 (cherry picked from commit e05a8ad946d9ff85ea3a1e3f9d4ea451e17c7d26) --- src/main/webapp/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index af27c736..2348e4f5 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -114,6 +114,11 @@ 30 + + true + + + COOKIE \ No newline at end of file