From cc68365a5f600348887cb5eecbf1fdf238b30541 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Sat, 21 Jun 2008 13:47:47 +0000 Subject: [PATCH] WW-2688 Ignore parameters that start with 'struts.' git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@670197 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/struts-default.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index 483d39771..e7033eaad 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -96,7 +96,7 @@ - + @@ -158,7 +158,9 @@ - + + dojo\..*,^struts\..* + @@ -219,7 +221,9 @@ - + + dojo\..*,^struts\..* + @@ -228,7 +232,9 @@ - + + dojo\..*,^struts\..* + input,back,cancel @@ -265,7 +271,7 @@ - dojo\..* + dojo\..*,^struts\..*