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

Jukka Zitting closed JCR-2645.
------------------------------


> 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
>             Fix For: 1.6.2
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to