Skip to content

Commit e3dd25e

Browse files
committed
ENTITY_RESOLUTION_ALLOWLIST
1 parent 1c29476 commit e3dd25e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/geoserver/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,6 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
245245
nohup sh -c "invoke configure-geoserver" &
246246
fi
247247

248+
JAVA_OPTS="${JAVA_OPTS} -DENTITY_RESOLUTION_ALLOWLIST='[www.w3.org](http://www.w3.org/)|[schemas.opengis.net](http://schemas.opengis.net/)|[www.opengis.net](http://www.opengis.net/)|[inspire.ec.europa.eu/schemas](http://inspire.ec.europa.eu/schemas)'"
248249
# start tomcat
249250
exec env JAVA_OPTS="${JAVA_OPTS}" catalina.sh run

0 commit comments

Comments
 (0)