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

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


The following commit(s) were added to refs/heads/master by this push:
     new 19c10b7  Fixes a list
19c10b7 is described below

commit 19c10b73b738ce78fee89149de9477bd232ee951
Author: Lukasz Lenart <lukasz.len...@gmail.com>
AuthorDate: Mon Nov 27 11:23:51 2017 +0100

    Fixes a list
---
 source/core-developers/action-configuration.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/core-developers/action-configuration.md 
b/source/core-developers/action-configuration.md
index 9d4f254..5fe26c0 100644
--- a/source/core-developers/action-configuration.md
+++ b/source/core-developers/action-configuration.md
@@ -321,6 +321,7 @@ package 
org.apache.struts2.convention.actions.allowedmethods;
 ```
 
 Allowed methods can be defined as:
+
 - literals ie. in xml: `execute,cancel` or in annotation: `{"execute", 
"cancel"}`
 - patterns when using with wildcard mapping, i.e `<action ... method="do{2}"/>`
 - RegExs using `regex:` prefix, ie: 
`<global-allowed-methods>execute,input,cancel,regex:user([A-Z]*)</global-allowed-methods>`

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to