diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-10-05 12:34:33 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-10-05 12:34:33 +0000 |
commit | 11bc74fa2ba69a0bb118ef2a55eb7f7b66f827f6 (patch) | |
tree | 80ca0c2088aeae1ac2c2655839d9a5c4094bcec6 /status.xml | |
parent | cff77865f9e1c18b31a53c366a7aa379529b4019 (diff) | |
download | xmlgraphics-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.xml | 3 |
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. |