DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25272>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25272 [PATCH] FNF thrown formatting test/resources/fop/image/align.fo ------- Additional Comments From [EMAIL PROTECTED] 2003-12-19 07:18 ------- Sorry to come in late on this but I see a problem with the proposed changes: They don't work in a multi-threaded environment. One of the goals in the transition from the old maintenance branch to the redesign is get rid of as many statics as possible to avoid any multi-threading problems. URL resolution would better be done through the Document class (there's one for each currently rendered document) or through the FOUserAgent although the latter is configuration-dependant and not "run"-dependant (as Document is). Another important thing to respect in this context is the proper resolution of URIs. We should be able to make use of an XML Resolver (http://xml.apache.org/commons/components/resolver/index.html) and the whole thing should be easily pluggable into Cocoon (which uses Avalon's SourceResolver concept, http://avalon.apache.org/excalibur/sourceresolve- index.html).
