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=25996>. 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=25996 [PATCH] sitemap parameters support for serializers [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-01-08 22:08 ------- We cannot change the Serializer interface itself, as it would break many of the existing implementations that do not extend AbstractSerializer. In the current CVS, Serializers already support parameters if they implement the SitemapModelComponent interface. This is taken care of by the pipelines. So the rule is that a Serializer can *optionally* implement SitemapModelComponent if it needs parameters.
