You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by "PJ Fanning (Jira)" <ji...@apache.org> on 2022/02/17 11:12:00 UTC

[jira] [Updated] (XMLBEANS-601) create temp files using java.nio.files.Files

     [ https://issues.apache.org/jira/browse/XMLBEANS-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

PJ Fanning updated XMLBEANS-601:
--------------------------------
    Description: 
[https://docs.oracle.com/javase/8/docs/api/java/io/File.html#createTempFile-java.lang.String-java.lang.String-]
{quote}The [{{Files.createTempFile}}|https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#createTempFile-java.lang.String-java.lang.String-java.nio.file.attribute.FileAttribute...-] method provides an alternative method to create an empty file in the temporary-file directory. Files created by that method may have more restrictive access permissions to files created by this method and so may be more suited to security-sensitive applications.
{quote}

  was:
[https://docs.oracle.com/javase/8/docs/api/java/io/File.html#createTempFile-java.lang.String-java.lang.String-]
{noformat}
The Files.createTempFile method provides an alternative method to create an empty file in the temporary-file directory. Files created by that method may have more restrictive access permissions to files created by this method and so may be more suited to security-sensitive applications.{noformat}


> create temp files using java.nio.files.Files
> --------------------------------------------
>
>                 Key: XMLBEANS-601
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-601
>             Project: XMLBeans
>          Issue Type: Improvement
>            Reporter: PJ Fanning
>            Assignee: PJ Fanning
>            Priority: Major
>             Fix For: Version 5.1.0
>
>
> [https://docs.oracle.com/javase/8/docs/api/java/io/File.html#createTempFile-java.lang.String-java.lang.String-]
> {quote}The [{{Files.createTempFile}}|https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#createTempFile-java.lang.String-java.lang.String-java.nio.file.attribute.FileAttribute...-] method provides an alternative method to create an empty file in the temporary-file directory. Files created by that method may have more restrictive access permissions to files created by this method and so may be more suited to security-sensitive applications.
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org