[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to