Skip to content

Commit 758973e

Browse files
committed
Patch SDL res
1 parent 4afa67e commit 758973e

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

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

3335
# added by simonelanucara https://github.com/simonelanucara
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)