mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user