Skip to content

Commit cddfea0

Browse files
committed
ENTITY_RESOLUTION_ALLOWLIST
1 parent 9bac39f commit cddfea0

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
@@ -246,5 +246,6 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
246246
nohup sh -c "invoke configure-geoserver" &
247247
fi
248248

249+
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)'"
249250
# start tomcat
250251
exec env JAVA_OPTS="${JAVA_OPTS}" catalina.sh run

0 commit comments

Comments
 (0)