You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/06/05 10:45:32 UTC

svn commit: r1132110 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

Author: lukaszlenart
Date: Sun Jun  5 08:45:32 2011
New Revision: 1132110

URL: http://svn.apache.org/viewvc?rev=1132110&view=rev
Log:
WW-3642 - Improves documentation about empty action's extension

Modified:
    struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?rev=1132110&r1=1132109&r2=1132110&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties (original)
+++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Sun Jun  5 08:45:32 2011
@@ -79,7 +79,8 @@ struts.multipart.maxSize=2097152
 ### Used by the DefaultActionMapper
 ### You may provide a comma separated list, e.g. struts.action.extension=action,jnlp,do
 ### The blank extension allows you to match directory listings as well as pure action names
-### without interfering with static resources.
+### without interfering with static resources, which can be specified as an empty string
+### prior to a comma e.g. struts.action.extension=, or struts.action.extension=x,y,z,,
 struts.action.extension=action,,
 
 ### Used by FilterDispatcher