Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-2645

XML text extraction in Jackrabbit 1.x accesses external resources

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6.2
    • 1.6.2
    • None

    Description

      As discussed on users@, we should add the following code to the ExtractorHandler class:

      public InputSource resolveEntity(String publicId, String systemId)

      { return new InputSource(new ByteArrayInputStream(new byte[0])); }

      Attachments

        Activity

          People

            jukkaz Jukka Zitting
            jukkaz Jukka Zitting
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: