Uploaded image for project: 'XWork'
  1. XWork
  2. XW-1141

ActionConfig constructor lost Located properties "location"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.1.6
    • None
    • Configuration
    • 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)

      { ... ... 89 this.allowedMethods = new HashSet<String>(orig.allowedMethods); lost super.location = orig.location; 90 }

      ********************************************************
      ActionConfig constructor lost Located properties "location" value copy.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kxlele yang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: