You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/06/27 13:48:30 UTC

[jira] [Commented] (WW-4321) ActionConfig constructor lost one properties

    [ https://issues.apache.org/jira/browse/WW-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045865#comment-14045865 ] 

Hudson commented on WW-4321:
----------------------------

SUCCESS: Integrated in Struts-JDK6-features #65 (See [https://builds.apache.org/job/Struts-JDK6-features/65/])
WW-4321 Adds missing location property during copy (lukaszlenart: rev 96156dfa17811e4b15c97030d4cdc9684900e096)
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorStackConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/ExceptionMappingConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/UnknownHandlerConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/ResultConfig.java
* xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/ActionConfig.java


> ActionConfig  constructor  lost one properties 
> -----------------------------------------------
>
>                 Key: WW-4321
>                 URL: https://issues.apache.org/jira/browse/WW-4321
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.18
>            Reporter: yang
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.18
>
>
> {noformat}
> 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) {
>  ... ...
> 89        this.allowedMethods = new HashSet<String>(orig.allowedMethods);
> lost       super.location = orig.location;
> 90   }
> {noformat}
> ********************************************************
> ActionConfig constructor  lost Located properties "location" value copy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)