Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1422

Option tags for Sharepoint Connector Metadata list are closed prematurely.

    XMLWordPrintableJSON

Details

    Description

      On line 152 of ./connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html, the option start-tag is closed before the tag content. Starting with version 2.7, for some browsers, the metadata field select list displays blank lines.

      The template has this:
      <option value="$Encoder.attributeEscape($field.getValue())"/>$Encoder.bodyEscape($field.getPrettyName())</option>

      but should probably be this:

      <option value="$Encoder.attributeEscape($field.getValue())">$Encoder.bodyEscape($field.getPrettyName())</option>

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            dhotchkiss David Hotchkiss
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: