From 4857fce33e2b18a22b4fbff5b384f19a2644a2cf Mon Sep 17 00:00:00 2001 From: Dani Herrero Date: Mon, 22 May 2017 12:33:06 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20logoutSessionsOnSensitiveChanges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/auth/server/config.json | 49 ++++++++++++++++--------------- services/salix/server/config.json | 49 ++++++++++++++++--------------- 2 files changed, 50 insertions(+), 48 deletions(-) diff --git a/services/auth/server/config.json b/services/auth/server/config.json index 143394d68d..7701262650 100644 --- a/services/auth/server/config.json +++ b/services/auth/server/config.json @@ -1,24 +1,25 @@ -{ - "restApiRoot": "/api", - "host": "0.0.0.0", - "port": 3000, - "aclErrorStatus": 403, - "remoting": { - "context": false, - "rest": { - "normalizeHttpPath": false, - "xml": false - }, - "json": { - "strict": false, - "limit": "100kb" - }, - "urlencoded": { - "extended": true, - "limit": "100kb" - }, - "cors": false, - "handleErrors": false - }, - "legacyExplorer": false -} +{ + "restApiRoot": "/api", + "host": "0.0.0.0", + "port": 3000, + "aclErrorStatus": 403, + "logoutSessionsOnSensitiveChanges": true, + "remoting": { + "context": false, + "rest": { + "normalizeHttpPath": false, + "xml": false + }, + "json": { + "strict": false, + "limit": "100kb" + }, + "urlencoded": { + "extended": true, + "limit": "100kb" + }, + "cors": false, + "handleErrors": false + }, + "legacyExplorer": false +} diff --git a/services/salix/server/config.json b/services/salix/server/config.json index 29cfe0246a..7f322dd59d 100644 --- a/services/salix/server/config.json +++ b/services/salix/server/config.json @@ -1,24 +1,25 @@ -{ - "restApiRoot": "/api", - "host": "0.0.0.0", - "port": 3001, - "aclErrorStatus": 403, - "remoting": { - "context": false, - "rest": { - "normalizeHttpPath": false, - "xml": false - }, - "json": { - "strict": false, - "limit": "100kb" - }, - "urlencoded": { - "extended": true, - "limit": "100kb" - }, - "cors": false, - "handleErrors": false - }, - "legacyExplorer": false -} +{ + "restApiRoot": "/api", + "host": "0.0.0.0", + "port": 3001, + "aclErrorStatus": 403, + "logoutSessionsOnSensitiveChanges": true, + "remoting": { + "context": false, + "rest": { + "normalizeHttpPath": false, + "xml": false + }, + "json": { + "strict": false, + "limit": "100kb" + }, + "urlencoded": { + "extended": true, + "limit": "100kb" + }, + "cors": false, + "handleErrors": false + }, + "legacyExplorer": false +}