]> source.dussan.org Git - jgit.git/commit
Handle InternalError during symlink support detection on Windows 38/60438/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 15 Nov 2015 21:56:55 +0000 (22:56 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 15 Nov 2015 21:56:55 +0000 (22:56 +0100)
commit4acff5a59e38eb13d4c7c17117526b5272c6e74f
treee77a4ec7bf4338f63f72d4ef0fd8370f4176b743
parent070bf8d15f8659cb5f6a039b070b19909dd2f49f
Handle InternalError during symlink support detection on Windows

When JGit tries to detect symlink support the attempt to create a
symlink may fail with a java.lang.InternalError. This was reported for a
case where the application using JGit runs in Windows XP compatibility
mode using Oracle JDK 1.8. Handle this by assuming symlinks are not
supported in this case.

Bug: 471027
Change-Id: I978288754dea0c6fffd3457fad7d4d971e27c6c2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java