Skip to content

Commit

Permalink
<action dev="AG" type="fix" fixes-bug="COCOON-1882" due-to="Holger Wa…
Browse files Browse the repository at this point in the history
…hlen" due-to-email="hwahlen@pironet-ndh.com">

  Core: ZipArchiveSerializer causes &quot;Too many open files&quot; exception.
</action>

git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/core@422961 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Antonio Gallardo Rivera committed Jul 18, 2006
1 parent fc2e83e commit 54c9301
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -284,7 +284,8 @@ protected void addEntry(Attributes atts) throws SAXException {

// and close the entry
this.zipOutput.closeEntry();

// close input stream (to avoid "too many open files" problem)
sourceInput.close();
} else {
// Serialize content
if (this.selector == null) {
Expand Down

0 comments on commit 54c9301

Please sign in to comment.