https://issues.apache.org/bugzilla/show_bug.cgi?id=46828
Summary: [PATCH] Enabling area tree caching from FOUserAgent
Product: Fop
Version: 1.0dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
The attached patch fix some bugs in area tree caching and allow to enable
caching from FOUserAgent. We use it in production without problems and would be
nice to see it included in the next stable release.
I know that few users would benefit from this patch, but at the same time it
seems harmless to me.
Patch details:
* CachedRenderPagesModel.java: page.toString() was producing a bad file name,
in particular all objects were written in the same .ser file and Fop wasn't
able to read back those objects when there was too much pages
* InlineArea.java: need to be serializable
* AbstractLayoutManager.java, TableCellLayoutManager.java: just free references
to the objects serialized
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.