Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.6
-
None
-
None
Description
16 package com.opensymphony.xwork2.config.entities
... ...
49 public class ActionConfig extends Located implements Serializable {
... ...
75 /**
76 * Clones an ActionConfig, copying data into new maps and lists
77 * @param orig The ActionConfig to clone
78 * @Since 2.1
79 */
80 protected ActionConfig(ActionConfig orig)
********************************************************
ActionConfig constructor lost Located properties "location" value copy.