File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
17
17
ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
18
18
ENV GEOSERVER_CORS_ALLOWED_METHODS=$GEOSERVER_CORS_ALLOWED_METHODS
19
19
ENV GEOSERVER_CORS_ALLOWED_HEADERS=$GEOSERVER_CORS_ALLOWED_HEADERS
20
+
21
+ ENV ENTITY_RESOLUTION_ALLOWLIST="www.w3.org|schemas.opengis.net|www.opengis.net|inspire.ec.europa.eu/schemas"
20
22
#
21
23
# Download and install GeoServer
22
24
#
Original file line number Diff line number Diff line change @@ -246,6 +246,5 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
246
246
nohup sh -c " invoke configure-geoserver" &
247
247
fi
248
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
249
# start tomcat
251
250
exec env JAVA_OPTS=" ${JAVA_OPTS} " catalina.sh run
You can’t perform that action at this time.
0 commit comments