aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2008-04-26 20:06:04 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2008-04-26 20:06:04 +0000
commit5b92a2b32f19f208ab1313339a141efc15e35a3e (patch)
tree48dff975384e0abd6fb71fbd1aef016da2221143 /status.xml
parent46ddb807a234655e106f4949d1474e857a025d17 (diff)
downloadxmlgraphics-fop-5b92a2b32f19f208ab1313339a141efc15e35a3e.tar.gz
xmlgraphics-fop-5b92a2b32f19f208ab1313339a141efc15e35a3e.zip
Bugzilla 44203:
Fixed a logic error in Hyphenator.java where an UnsupportedOperationException was erroneously thrown if the supplied source had an associated InputStream. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index a289dadc9..ca4768446 100644
--- a/status.xml
+++ b/status.xml
@@ -57,6 +57,11 @@
<action context="Renderers" dev="AC" importance="high" type="add">
Added SVG support for AFP (GOCA).
</action -->
+ <action context="Code" dev="AD" type="fix" fixed-bug="44203">
+ Fixed a logic error in Hyphenator.java:
+ If the source had an associated InputStream, an UnsupportedOperationException was
+ triggered.
+ </action>
<action context="Code" dev="AD" type="add" fixes-bug="44634">
Add partial support for the "show-destination" property on fo:basic-link
(PDF output only; see limitations on the compliance page)