From 71fb0ad06b04fc3050e9696188fb3e9dbe655c80 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Fri, 7 Aug 2015 17:34:55 +0200 Subject: [PATCH] ticket validator init should be in test --- hsarback/conf/WEB-INF/dev-web.xml | 8 -------- hsarback/conf/WEB-INF/test-web.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hsarback/conf/WEB-INF/dev-web.xml b/hsarback/conf/WEB-INF/dev-web.xml index ba8b65a..18aed7a 100644 --- a/hsarback/conf/WEB-INF/dev-web.xml +++ b/hsarback/conf/WEB-INF/dev-web.xml @@ -21,14 +21,6 @@ enabledForExtensions true - - proxyValidateUrl - https://@LOGIN_HOST@:@LOGIN_PORT@/cas/proxyValidate - - - proxyServiceUrl - https://@CONFIG_HOST@:@CONFIG_PORT@/hsar/backend - diff --git a/hsarback/conf/WEB-INF/test-web.xml b/hsarback/conf/WEB-INF/test-web.xml index 35a60a4..873935a 100644 --- a/hsarback/conf/WEB-INF/test-web.xml +++ b/hsarback/conf/WEB-INF/test-web.xml @@ -21,6 +21,14 @@ enabledForExtensions true + + proxyValidateUrl + https://@LOGIN_HOST@:@LOGIN_PORT@/cas/proxyValidate + + + proxyServiceUrl + https://@CONFIG_HOST@:@CONFIG_PORT@/hsar/backend +