]> source.dussan.org Git - xmlgraphics-fop.git/commit
FOP-2312: font-base configuration setting not working as expected
authorVincent Hennebert <vhennebert@apache.org>
Fri, 15 Nov 2013 07:13:53 +0000 (07:13 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Fri, 15 Nov 2013 07:13:53 +0000 (07:13 +0000)
commit2318d09b63a801f5d490d688c8636912aa785eb1
treeec2fbb233ee0190571c251d469e7522dcd6373b0
parent7d3dba6c3c2fc6caeeeaccbc8df159b87934e44a
FOP-2312: font-base configuration setting not working as expected
Use the config file URI to resolve relative <base> / <font-base> URIs.
Fall back to default base URI only if the config input stream has no URI.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1542190 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/FopConfParser.java
src/java/org/apache/fop/cli/CommandLineOptions.java
src/java/org/apache/fop/fonts/FontManagerConfigurator.java
test/config/relative-uri/base_font.xconf [new file with mode: 0644]
test/config/relative-uri/base_no-font.xconf [new file with mode: 0644]
test/config/relative-uri/no-base_font.xconf [new file with mode: 0644]
test/config/relative-uri/no-base_no-font.xconf [new file with mode: 0644]
test/java/org/apache/fop/apps/FopConfParserTestCase.java