mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
Allows modify params on coping
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public class ResultTypeConfig extends Located implements Serializable {
|
||||
this.name = orig.name;
|
||||
this.className = orig.className;
|
||||
this.defaultResultParam = orig.defaultResultParam;
|
||||
this.params = orig.params;
|
||||
this.params = new LinkedHashMap<String, String>(orig.params);
|
||||
this.location = orig.location;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user