Author: ghuber
Date: Tue Oct 29 09:31:55 2013
New Revision: 1536619
URL: http://svn.apache.org/r1536619
Log:
Required for struts 2.3.15.3.....
Modified:
roller/trunk/app/src/main/resources/struts.properties
Modified: roller/trunk/app/src/main/resources/struts.properties
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/struts.properties?rev=1536619&r1=1536618&r2=1536619&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/struts.properties (original)
+++ roller/trunk/app/src/main/resources/struts.properties Tue Oct 29 09:31:55
2013
@@ -15,6 +15,7 @@ struts.i18n.reload=false
# this enables the translation of action="foo!method" to work nicely
struts.enable.DynamicMethodInvocation=true
+struts.mapper.action.prefix.enabled=true
# prevent the damn s:url calls from including undesired query params by default
struts.url.includeParams=none