Skip to content

Commit 8e462be

Browse files
committed
Patch SDL res
1 parent 62a0d29 commit 8e462be

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
@@ -26,6 +26,8 @@ RUN cd /usr/local/tomcat/webapps \
2626
&& rm geoserver.war \
2727
&& mkdir -p $GEOSERVER_DATA_DIR
2828

29+
COPY applicationContext.xml /usr/local/tomcat/webapps/geoserver/WEB-INF/classes/applicationContext.xml
30+
2931
VOLUME $GEOSERVER_DATA_DIR
3032

3133
# 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)