WW-3642 - Improves documentation about empty action's extension

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1132110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2011-06-05 08:45:32 +00:00
parent 4d17f3c7ba
commit c10a8b7f43
@@ -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