Skip to content

Commit

Permalink
Metadata formatter remove resource after first call (#992).
Browse files Browse the repository at this point in the history
  • Loading branch information
François Prunayre committed Jul 18, 2012
1 parent 7c3524a commit b5e9051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public Element exec(Element params, ServiceContext context) throws Exception {
throw new BadParameterEx(Params.FNAME, fileName+" does not identify a file");
}

return BinaryFile.encode(200, desiredFile.getAbsolutePath(), fileName, true);
return BinaryFile.encode(200, desiredFile.getAbsolutePath(), fileName, false);
}
}

0 comments on commit b5e9051

Please sign in to comment.