]> source.dussan.org Git - xmlgraphics-fop.git/commit
java.net.URI doesn't eat non-escaped URIs so I added an escaping method to URISpecifi...
authorJeremias Maerki <jeremias@apache.org>
Mon, 14 Jan 2008 11:01:11 +0000 (11:01 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 14 Jan 2008 11:01:11 +0000 (11:01 +0000)
commite77d6863bbe2671af4a34d250417867264631238
treef8c3208cfbe365c53c00328ec8c55624ff0943f5
parent6101c1c37f5f2f5be2cfccc91f55112084ce6882
java.net.URI doesn't eat non-escaped URIs so I added an escaping method to URISpecification that should cover most cases. Usually, it's just about a space in a filename.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@611766 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/datatypes/URISpecification.java
src/java/org/apache/fop/layoutmgr/ExternalDocumentLayoutManager.java
test/java/org/apache/fop/datatypes/URISpecificationTestCase.java [new file with mode: 0644]