This is an automated email from the git hooks/post-receive script. New commit to branch pollen-udpate-1.6 in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git commit 3dd4b096cc87424d3a2dff07311cd4effce0fb96 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Nov 15 21:53:00 2015 +0100 Fix : char in uri (struts update) --- pollen-ui-struts2/src/main/resources/struts.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pollen-ui-struts2/src/main/resources/struts.xml b/pollen-ui-struts2/src/main/resources/struts.xml index e030b52..9537442 100644 --- a/pollen-ui-struts2/src/main/resources/struts.xml +++ b/pollen-ui-struts2/src/main/resources/struts.xml @@ -46,6 +46,9 @@ <constant name="struts.multipart.maxSize" value="209715200"/> <constant name="struts.enable.SlashesInActionNames" value="true"/> <constant name="struts.devMode" value="false"/> + + <!-- Since 1.6, struts doesn't allow : in uri (used for security token) + <constant name="struts.allowed.action.names" value="[a-zA-Z0-9._!/\-:]*"/> <!-- See voir http://struts.apache.org/release/2.3.x/docs/s2-019.html --> <!--<constant name="struts.enable.DynamicMethodInvocation" value="true"/>--> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.