mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Allows modify params on coping
This commit is contained in:
@@ -52,7 +52,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<>(orig.params);
|
||||
this.location = orig.location;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user