You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/11 14:19:53 UTC

DO NOT REPLY [Bug 27602] New: - Small Improvment for AbstractReader

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27602>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27602

Small Improvment for AbstractReader

           Summary: Small Improvment for AbstractReader
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: g.brand@interface-business.de


I did this patch back then when I fixed the bug with the open stream in the 
resource reader and somehow forgot to submit it.
It's nothing more than two additonal check that prevent unnecessary 
constructions of BufferedOutputStreams if the original stream is already an 
instance of it (or the cocoon "BufferedOutputStream" which is a unlucky naming 
decision imho).