Skip to content

Commit 4afa67e

Browse files
committed
fixes to entity resolution
1 parent e065891 commit 4afa67e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docker/geoserver/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
1616
ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
1717
ENV GEOSERVER_CORS_ALLOWED_METHODS=$GEOSERVER_CORS_ALLOWED_METHODS
1818
ENV 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
#

docker/geoserver/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,5 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
245245
nohup sh -c "invoke configure-geoserver" &
246246
fi
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
250249
exec env JAVA_OPTS="${JAVA_OPTS}" catalina.sh run

0 commit comments

Comments
 (0)