[
https://issues.apache.org/jira/browse/FOP-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499733#comment-17499733
]
Dieter Sauvillers commented on FOP-3050:
----------------------------------------
I implemented this as a work around yes
final EnvironmentProfile environmentProfile =
EnvironmentalProfileFactory.createDefault(URI.create(""),
new ClasspathResourceResolverAdapter());
final FopConfParser fopConfParser = new
FopConfParser(FopTemplate.class.getResourceAsStream("fop.config"),
environmentProfile);
final FopFactoryBuilder fopFactoryBuilder =
fopConfParser.getFopFactoryBuilder();
> FopConfParser overrides ResourceResolver
> ----------------------------------------
>
> Key: FOP-3050
> URL: https://issues.apache.org/jira/browse/FOP-3050
> Project: FOP
> Issue Type: Bug
> Components: unqualified
> Affects Versions: 2.7
> Reporter: Dieter Sauvillers
> Priority: Major
>
> FopConfParser:82 should use resourceResolver from config instead of creating
> a new default one.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)