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

Missing session.save()

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Won't Fix
    • r2.06.03 (m13 - rc4)
    • None
    • migration-utilities
    • None

    Description

      Since the move to 2.6.3, a very limited number of documents fails during import at this JCR command:

      this.target = parent.addNode(encodedname, NodeType);

      During import, if a document is to be imported for which the corresponding node already exists, the existing document node is deleted with a remove():

      parent.getNode(encoded).remove();

      Then, the new document node and its descendants are created.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rbijlsma Rita Bijlsma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: