File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
1616ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
1717ENV GEOSERVER_CORS_ALLOWED_METHODS=$GEOSERVER_CORS_ALLOWED_METHODS
1818ENV GEOSERVER_CORS_ALLOWED_HEADERS=$GEOSERVER_CORS_ALLOWED_HEADERS
19+
20+ ENV ENTITY_RESOLUTION_ALLOWLIST="www.w3.org|schemas.opengis.net|www.opengis.net|inspire.ec.europa.eu/schemas"
1921#
2022# Download and install GeoServer
2123#
Original file line number Diff line number Diff line change @@ -245,6 +245,5 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
245245 nohup sh -c " invoke configure-geoserver" &
246246fi
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)'"
249248# start tomcat
250249exec env JAVA_OPTS=" ${JAVA_OPTS} " catalina.sh run
You can’t perform that action at this time.
0 commit comments