[ 
https://issues.apache.org/jira/browse/JCR-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jukka Zitting updated JCR-2645:
-------------------------------

    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]));
   }


  was:
As discussed on users@, 



> XML text extraction in Jackrabbit 1.x accesses external resources
> -----------------------------------------------------------------
>
>                 Key: JCR-2645
>                 URL: https://issues.apache.org/jira/browse/JCR-2645
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-text-extractors
>    Affects Versions: 1.6.2
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>
> 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]));
>    }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to