empty ctx path

This commit is contained in:
Leif Johansson 2018-08-27 12:39:58 +02:00
parent f8b649fa6f
commit 7cd692cfb0

View file

@ -263,7 +263,7 @@ class eidas_sp($version="1.0.0",$hostname='localhost',$environment='qa') {
'/etc/eidas-sp:/etc/eidas-sp',
'/dev/log:/dev/log',
'/etc/ssl:/etc/ssl'],
env => ["SERVER_SERVLET_CONTEXT_PATH=''",
env => ["SERVER_SERVLET_CONTEXT_PATH=/",
"SP_USE_SC_LOGO=false",
"SP_ENTITY_ID=https://$_hostname/sp",
"SPRING_PROFILES_ACTIVE=$environment",