We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c29476 commit e3dd25eCopy full SHA for e3dd25e
1 file changed
docker/geoserver/entrypoint.sh
@@ -245,5 +245,6 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
245
nohup sh -c "invoke configure-geoserver" &
246
fi
247
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)'"
249
# start tomcat
250
exec env JAVA_OPTS="${JAVA_OPTS}" catalina.sh run
0 commit comments