Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-5509

bug in FolderWorkflowImpl (7.5.4)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 2.20.03, 2.21.03, Unreleased - EOL
    • None
    • None

    Description

      http://hippo.2275632.n2.nabble.com/bug-in-FolderWorkflowImpl-hippo-7-5-4-td6808714.html

      FolderWorkflowImpl.copy(String relPath, String absPath, Map<String,String> arguments)

      last line of the method

      is:
      absPath.substring(absPath.lastIndexOf("/"+1))

      should be:
      absPath.substring(absPath.lastIndexOf("/")+1)

      Attachments

        Activity

          People

            jsheriff Junaidh Kadhar Sheriff
            swesten Stephan Westen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: