[ http://issues.apache.org/jira/browse/COCOON-1815?page=all ]

Antonio Gallardo closed COCOON-1815.
------------------------------------

    Fix Version/s: 2.2-dev (Current SVN)
                   2.1.10-dev (current SVN)
       Resolution: Fixed

The patch was applied and no feedback. I assume the issue is fixed. Feel free 
to reopen if needed.

> CopySourceAction generate NPE
> -----------------------------
>
>                 Key: COCOON-1815
>                 URL: http://issues.apache.org/jira/browse/COCOON-1815
>             Project: Cocoon
>          Issue Type: Bug
>          Components: * Cocoon Core
>    Affects Versions: 2.1.8
>            Reporter: Frédéric Glorieux
>         Assigned To: Antonio Gallardo
>            Priority: Minor
>             Fix For: 2.2-dev (Current SVN), 2.1.10-dev (current SVN)
>
>
> <http://www.mail-archive.com/users-fr@cocoon.apache.org/msg01586.html>
> In some circumstances, with internal sources (cocoon:/), 
> org/apache/cocoon/acting/copySource.java 
> <http://svn.apache.org/viewcvs.cgi/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/acting/CopySourceAction.java?rev=30932&view=markup>
> copy-source action generate NPE in Console (nothing seems broken)
> Source objects needs to be released
> Code may be shorter with usage of excalibur SourceUtil to copy sources
>         try {
>             org.apache.excalibur.source.SourceUtil.SourceUtil.copy(src, dest);
>         } finally {
>             resolver.release(src);
>             resolver.release(dest);
>         }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to