Skip to content

Commit 2e13265

Browse files
committed
SF-111: Investigate external content:
- Clean up web xml
1 parent 5492e06 commit 2e13265

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/webapp/WEB-INF/web.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<display-name>Streamflow WebClient</display-name>
2727
<description>WebClient for casehandling</description>
2828

29-
<!--
29+
<!--
3030
<context-param>
3131
<param-name>contextConfigLocation</param-name>
3232
<param-value>classpath:/config/securityContext.xml</param-value>
@@ -70,10 +70,6 @@
7070
<param-name>externalURL</param-name>
7171
<param-value></param-value>
7272
</init-param>
73-
<init-param>
74-
<param-name>log</param-name>
75-
<param-value>true</param-value>
76-
</init-param>
7773
</servlet>
7874

7975
<servlet-mapping>

0 commit comments

Comments
 (0)