Re: RFR: JDK-8025128, File.createTempFile fails if prefix is absolute path

2013-09-27 Thread Alan Bateman
On 27/09/2013 13:40, Dan Xu wrote: Hi, Recently I made changes in TempDirectory.generateFile() method to prevent using invalidparameters to create temporary files. But such tight control will bring a compatibility issue. This change is going to solve theseproblems. Please help review it. Than

Re: RFR: JDK-8025128, File.createTempFile fails if prefix is absolute path

2013-09-27 Thread Chris Hegarty
Looks ok to me Dan. -Chris. On 09/27/2013 01:40 PM, Dan Xu wrote: Hi, Recently I made changes in TempDirectory.generateFile() method to prevent using invalidparameters to create temporary files. But such tight control will bring a compatibility issue. This change is going to solve theseproblem

RFR: JDK-8025128,File.createTempFile fails if prefix is absolute path

2013-09-27 Thread Dan Xu
Hi, Recently I made changes in TempDirectory.generateFile() method to prevent using invalidparameters to create temporary files. But such tight control will bring a compatibility issue. This change is going to solve theseproblems. Please help review it. Thanks! Bug: https://bugs.openjdk.java