aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2012-09-04 22:25:49 +0000
committerVincent Hennebert <vhennebert@apache.org>2012-09-04 22:25:49 +0000
commit10e39f016aa7dceacb24fdd8258c7e67e44f1495 (patch)
tree4583fa90d13ed354ca000ef236e336da69ee651c /status.xml
parent207b1d02288117c0a2cd320a3237adfd47c0fad4 (diff)
downloadxmlgraphics-fop-10e39f016aa7dceacb24fdd8258c7e67e44f1495.tar.gz
xmlgraphics-fop-10e39f016aa7dceacb24fdd8258c7e67e44f1495.zip
Bugzilla #53598: avoid IllegalArgumentException by setting the breakClass field in BreakElement to a legal default value
Patch by Robert Meyer, applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index adde62df3..3e73488fb 100644
--- a/status.xml
+++ b/status.xml
@@ -62,6 +62,10 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Layout" dev="VH" type="fix" fixes-bug="53598" due-to="Robert Meyer">
+ Always set the breakClass field to a legal value in BreakElement, so as to avoid
+ IllegalArgumentExceptions in other parts of the code.
+ </action>
<action context="Layout" dev="VH" type="fix" fixes-bug="45715" due-to="Luis Bernardo">
Restored support for break-before on fo:table.
</action>