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/02/19 10:00:22 UTC

DO NOT REPLY [Bug 27066] New: - [PATCH] TreeProcessor, unreleased components

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=27066>.
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=27066

[PATCH] TreeProcessor, unreleased components

           Summary: [PATCH] TreeProcessor, unreleased components
           Product: Cocoon 2
           Version: 2.1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: m_rolappe@web.de
                CC: m_rolappe@web.de


problems fixed

- moved the disposal of the CocoonComponentManager for a sitemap from
PipelinesNode.dispose() (which then became unnecessary) to
TreeProcessor.disposeTree(), since components looked up for <map:resources> must
also be released before disposing the CCM

- source resolver was not 'inherited' to processors created with
createChildProcessor() and not properly released

- missing release of SitemapComponentSelector in SitemapLanguage

- PreparableMatchNode and MountNode implemented dispose() but didn't declare
Disposable

- FlowNode wasn't Disposable and didn't release interpreterSelector