﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5602	[PATCH] photo_geotagging fails to write coordinates into image header on win32	ax	bastiK	"if the ""keep backup files"" option is unchecked. error message: ""Could not rename file!""

reason: [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4017593 file.renameTo(fileDst) fails on win32 if fileDst exists], a behavior different to linux/unix/solaris.

fix: don't create `fileDst` via `File.createTempFile()`, but via `new File()`, and use `UUID.randomUUID()` to get a unique file name.

patch: attached.
"	defect	closed	normal		Plugin photo_geotagging	latest	fixed	win32	
