Re: [PR] Fix temporary file leak in ZipInputStreamZipEntrySo urce on constructor failure [poi]
pjfanning (via GitHub) <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.devel |
|---|---|
| Message-ID | <PR_kwDOAAMmIM7k-F94-db04dc5e-c5d5-4a05-bf3d-485d5c05cdb6@gitbox.apache.org> |
pjfanning commented on PR #1128:
URL: https://github.com/apache/poi/pull/1128#issuecomment-4673164225
```
Forbidden method invocation: java.nio.file.Files#createTempFile(java.lang.String,java.lang.String,java.nio.file.attribute.FileAttribute[]) [Specify a location for the temp file/directory instead.]
in org.apache.poi.openxml4j.util.TestZipSecureFile$1 (TestZipSecureFile.java:146)
org.apache.poi.ss.formula.atp.TestPercentRankIncFunction
Forbidden method invocation: java.nio.file.Files#createTempDirectory(java.lang.String,java.nio.file.attribute.FileAttribute[]) [Specify a location for the temp file/directory instead.]
in org.apache.poi.openxml4j.util.TestZipSecureFile$1 (TestZipSecureFile.java:152)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]