[
https://issues.apache.org/jira/browse/JCR-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-2645.
--------------------------------
Fix Version/s: 1.6.2
Resolution: Fixed
Fixed in revision 950005.
> 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.
-
You can reply to this email to add a comment to the issue online.