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