Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-1562

Robots.txt should not scan for facets outside of content tree

    XMLWordPrintable

Details

    • Flagged

    Description

      Some facets will give AccessDenied exception, scan should only be done within content tree, so:

       protected String getFacNavQueryXPath() {
               return "//element(*, " + FacNavNodeType.NT_FACETNAVIGATION + ')';
          }
      

      should be:

       protected String getFacNavQueryXPath() {
               return "content//element(*, " + FacNavNodeType.NT_FACETNAVIGATION + ')';
        }
      

      Attachments

        Activity

          People

            clientserviceteam Client Service Team
            mmilicevic Marijan Milicevic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: