aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2007-10-05 12:34:33 +0000
committerJeremias Maerki <jeremias@apache.org>2007-10-05 12:34:33 +0000
commit11bc74fa2ba69a0bb118ef2a55eb7f7b66f827f6 (patch)
tree80ca0c2088aeae1ac2c2655839d9a5c4094bcec6 /status.xml
parentcff77865f9e1c18b31a53c366a7aa379529b4019 (diff)
downloadxmlgraphics-fop-11bc74fa2ba69a0bb118ef2a55eb7f7b66f827f6.tar.gz
xmlgraphics-fop-11bc74fa2ba69a0bb118ef2a55eb7f7b66f827f6.zip
Bugzilla #43464:
There is no need to cast the sources into a StreamSource to determine the SystemId. With this cast DOMSources or other non-StreamSources lead in a ClassCastException. Submitted by: Bruno Feurer <dev.at.brunof.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@582230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index f9fb720d7..f04c2b081 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,9 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix" fixes-bug="43464" due-to="Bruno Feurer">
+ Fix to avoid a ClassCastException in renderer configuration.
+ </action>
<action context="Code" dev="JM" type="fix" fixes-bug="43439" due-to="Adrian Cumiskey">
Fixed the restoration of the TLE values from the intermediate format
for the AFP extension elements.