This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch new-mailreader
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 05a0229059c60ff4bf7d42d535d2eb0d818ae205
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Dec 14 07:12:49 2019 +0100

    Uses proper extension and drops duplicated optiion
---
 mailreader2/src/main/resources/struts.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mailreader2/src/main/resources/struts.xml 
b/mailreader2/src/main/resources/struts.xml
index 37182fe..5666723 100644
--- a/mailreader2/src/main/resources/struts.xml
+++ b/mailreader2/src/main/resources/struts.xml
@@ -5,9 +5,8 @@
 
 <struts>
 
-    <constant name="struts.action.extension" value="do" />
+    <constant name="struts.action.extension" value="" />
     <constant name="struts.devMode" value="true" />
-    <constant name="struts.enable.DynamicMethodInvocation" value="false" />
 
     <include file="mailreader-default.xml"/>
 

Reply via email to