empty ctx path

This commit is contained in:
Leif Johansson 2018-08-27 12:34:38 +02:00
parent 486dff6c37
commit 69a184680a

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",