You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2011/09/23 16:38:26 UTC

[jira] [Closed] (JCR-2645) XML text extraction in Jackrabbit 1.x accesses external resources

     [ 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