Brian Burkhalter
037bb0b61f
8183320: Better cleanup in java/nio/file/Files/probeContentType/ParallelProbes.java
...
8183321: Better cleanup for jdk/test/java/io/File/createTempFile/NameTooLong.java
8183343: Better cleanup for jdk/test/java/nio/file/spi/SetDefaultProvider.java
8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java
Change locations where temporary files are created to ensure cleanup
Reviewed-by: chegar, alanb
2017-07-19 08:46:38 -07:00
Hamlin Li
56f5f73f1e
8180732: add test to check temp file permission
...
Reviewed-by: rriggs, bchristi
2017-05-25 18:16:01 -07:00
Brian Burkhalter
eeb1e36d49
8152272: Unable to create temporary file using createTempFile method if System.getProperty(file.separator) is used
...
Normalize the name component of the temporary file path
Reviewed-by: rriggs
2017-01-13 13:31:16 -08:00
Brian Burkhalter
2cae845615
8148023: File.createTempFile is not adhering to the contract regarding file name lengths
...
Truncate the prefix, suffix, random characters per the specification
Reviewed-by: rriggs
2016-12-20 11:46:09 -08:00
Dan Xu
512fbc2a59
8025128: File.createTempFile fails if prefix is absolute path
...
Use only the file name from the supplied prefix for backward compatibility
Reviewed-by: alanb, chegar
2013-09-27 17:09:25 -07:00
Dan Xu
94e1bc3172
8017212: File.createTempFile requires unnecessary "read" permission
...
Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com
Reviewed-by: alanb
2013-07-11 13:40:25 -07:00
Dan Xu
41f703dac2
8013827: File.createTempFile hangs with temp file starting with 'com1.4'
...
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data
Reviewed-by: alanb
2013-06-10 11:06:26 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00