Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-8555

Converter generates broken repoinit statements when package contains type indicators for restriction

    XMLWordPrintableJSON

Details

    Description

      The converter is generating a broken repoinit statement when a package contains type indicators for restrictions on an acl e.g.:

      allow jcr:read on /home/users/system/foo restriction(rep:ntNames,{Name}[rep:AuthorizableFolder])
      

      it should look something like:

      allow jcr:read on /home/users/system/foo restriction(rep:ntNames,rep:AuthorizableFolder)
      

      It looks like the conversion is taking the XML from vault directly. That needs to be translated to the right format first i.e.,

       {TYPE}[<value>] -> <value> 

      Attachments

        Activity

          People

            simone.tripodi Simone Tripodi
            karlpauls Karl Pauls
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: