Ticket #37036

Fixes

오픈 날짜: 2017-03-01 22:35 마지막 업데이트: 2017-03-16 11:50

Reporter:
(Anonymous)
소유자:
(None)
Type:
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

In ArchiveOutputStream the.close() the closed=true must be under the super.close() because super.close() may do a flush -> ensureOpen()

@Override public void close() throws IOException {
try {
flush();
} finally {
frontStream = null; super.close(); closed = true;
}
}

Ticket History (2/2 Histories)

2017-03-01 22:35 Updated by: None
  • New Ticket "Fixes" created
2017-03-16 11:50 Updated by: argius
댓글 올리기

Thank you for pointing it out.

Unfortunately, this project is no longer maintained.

If you wish I fix it immediately, please let me know.

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login