Skip to content

Commit 88dd799

Browse files
committed
Patch SDL res
1 parent 0b50216 commit 88dd799

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docker/geoserver/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN cd /usr/local/tomcat/webapps \
2929
&& rm geoserver.war \
3030
&& mkdir -p $GEOSERVER_DATA_DIR
3131

32+
COPY applicationContext.xml /usr/local/tomcat/webapps/geoserver/WEB-INF/classes/applicationContext.xml
33+
3234
VOLUME $GEOSERVER_DATA_DIR
3335

3436
# no longer used since 2.24.2
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
3+
4+
<beans>
5+
<bean id="SldXmlReaderExclusionFilter" class="org.geoserver.platform.NameExclusionFilter">
6+
<property name="beanId" value="sldXmlReader" />
7+
</bean>
8+
</beans>

0 commit comments

Comments
 (0)