Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 973c8e2

Browse files
authored
change devMode to false
So that it will not exploit unnecessary information.
1 parent b05e713 commit 973c8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/web/WEB-INF/struts.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This is a configuration file for Struts2 context to be used by TC Direct application.
88
-->
99
<constant name="struts.objectFactory" value="spring"/>
10-
<constant name="struts.devMode" value="true"/>
10+
<constant name="struts.devMode" value="false"/>
1111
<constant name="struts.locale" value="en_US"/>
1212
<constant name="struts.i18n.encoding" value="utf-8"></constant>
1313
<constant name="struts.custom.i18n.resources" value="Messages"/>

0 commit comments

Comments
 (0)