Skip to content

Commit bfb2a3b

Browse files
committed
fixed GS entity resolution
1 parent 3608118 commit bfb2a3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/geoserver/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ENV GEOSERVER_CORS_ENABLED=$GEOSERVER_CORS_ENABLED
1717
ENV GEOSERVER_CORS_ALLOWED_ORIGINS=$GEOSERVER_CORS_ALLOWED_ORIGINS
1818
ENV GEOSERVER_CORS_ALLOWED_METHODS=$GEOSERVER_CORS_ALLOWED_METHODS
1919
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"
2022
#
2123
# Download and install GeoServer
2224
#

docker/geoserver/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,5 @@ if [ ${FORCE_REINIT} = "true" ] || [ ${FORCE_REINIT} = "True" ] || [ ! -e "${GE
246246
nohup sh -c "invoke configure-geoserver" &
247247
fi
248248

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)'"
250249
# start tomcat
251250
exec env JAVA_OPTS="${JAVA_OPTS}" catalina.sh run

0 commit comments

Comments
 (0)