Uploaded image for project: 'Jackrabbit FileVault'
  1. Jackrabbit FileVault
  2. JCRVLT-341

https doesn't work anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.44, 3.2.6, 3.2.8
    • 3.4.0
    • RCP, vlt
    • None
    • source instance is suse linux sles 12

      target instance is suse linux sles 12 and windows 10

      java 1.8

      AEM 6.4.4

    • Patch, Important

    Description

      org.apache.jackrabbit.vault.rcp-3.1.24 introduced support of https. I now upgraded to the version 3.2.8. I want to transfer with the following path "/content/etc/robots.txt"  from one aem-author instance to another. I get the following log entry

      16.07.2019 10:52:52.827 ERROR [Vault RCP Task - copy-contentetcrobots.txt] org.apache.jackrabbit.vault.util.RepositoryCopier Error while retrieving src node /content/etc/robots.txt: javax.jcr.PathNotFoundException: /content/etc/robots.txt

      In the source, this path exists. If I do the same with http. The path is found and the content transfered.

      I use the following json to create the tast in aem

      {
       "cmd":"create",
       "id":"copy-contentetcrobots.txt",
       "src":"https://user:password@host:port/crx/server/crx.default/jcr:root/content/etc/robots.txt",
       "dst":"/content/etc/robots.txt",
       "batchsize": 2048,
       "update": true,
       "onlyNewer": true,
       "recursive": true,
       "throttle": 1,
       "excludes": []
      }
      

      Please fix this issue, because we are no longer allowed to use http in our company.

       

       

      Attachments

        Issue Links

          Activity

            People

              tripod Tobias Bocanegra
              ch00stw WalterSteiner
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: