You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (Jira)" <ji...@apache.org> on 2022/10/10 15:02:00 UTC

[jira] [Created] (JCRVLT-662) JcrPackageRegistry.remove() leaks temp file

Marcel Reutegger created JCRVLT-662:
---------------------------------------

             Summary: JcrPackageRegistry.remove() leaks temp file
                 Key: JCRVLT-662
                 URL: https://issues.apache.org/jira/browse/JCRVLT-662
             Project: Jackrabbit FileVault
          Issue Type: Bug
          Components: Packaging
            Reporter: Marcel Reutegger
             Fix For: 3.6.4


Removing a package bigger than 1 MB leaks a temp file when removed via JcrPackageRegistry.remove(PackageId). Internally, the method reads the package into a temp file, removes the package from the repository, but does not call JcrRegisteredPackage.close().



--
This message was sent by Atlassian Jira
(v8.20.10#820010)