jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Nail Samatov b9d2926df4 Fix error occurring when SecurityManager is enabled
It's expected that jgit should work without native git installation.
In such case Security Manager can be configured to deny access to the
files outside of git repository. JGit tries to find cygwin
installation. If Security manager restricts access to some folders
in PATH, it should be considered that those folders are absent
for jgit.
Also JGit tries to detect if symbolic links are supported by OS. If
security manager forbids creation of symlinks, it should be assumed
that symlinks aren't supported.

Bug: 550115
Change-Id: Ic4b243cada604bc1090db6cc1cfd74f0fa324b98
Signed-off-by: Nail Samatov <sanail@yandex.ru>
2019-08-23 20:38:26 +03:00
..
api Fix error occurring when SecurityManager is enabled 2019-08-23 20:38:26 +03:00
attributes Use Arrays.asList instead of copying array in a for loop 2019-04-14 00:19:51 +02:00
diff Merge branch 'stable-5.2' into stable-5.3 2019-04-28 00:30:47 +02:00
dircache Merge branch 'stable-5.3' into stable-5.4 2019-08-08 13:24:14 +02:00
events Convert to lambda or member reference 2019-05-16 02:58:43 -04:00
fnmatch FileNameMatcherTest: Use Character.valueOf rather than new Character 2016-10-19 15:09:37 +09:00
gitrepo Make inner classes static where possible 2019-06-17 07:48:34 +02:00
ignore gitignore/gitattributes: fix matching of \r 2018-10-27 04:24:05 -04:00
indexdiff Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
internal Merge branch 'stable-5.4' 2019-08-20 00:16:11 +02:00
junit Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
lib Merge branch 'stable-5.4' 2019-08-09 14:32:02 +02:00
merge Stop using deprecated Constants.CHARACTER_ENCODING 2019-08-09 12:11:41 +09:00
nls Enable and fix 'Should be tagged with @Override' warning 2017-02-19 20:05:08 -04:00
notes Enable and fix warnings about redundant specification of type arguments 2017-02-20 22:47:23 +01:00
patch Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
revplot Make inner classes static where possible 2019-06-17 07:48:34 +02:00
revwalk Merge branch 'stable-5.4' 2019-08-09 14:32:02 +02:00
storage/file Merge branch 'stable-5.1' into stable-5.2 2019-08-19 18:30:35 +02:00
submodule SubmoduleWalkTest: Open Repository in try-with-resource 2019-01-21 13:40:48 +09:00
symlinks Fix remaining javadoc errors raised by doclint 2017-12-21 02:42:14 +01:00
test/resources ObjectDirectory: Add pack directory getter 2017-11-14 10:08:42 -05:00
transport UploadPack: support custom packfile-to-URI mapping 2019-08-20 10:54:20 -07:00
treewalk Merge branch 'stable-5.3' into stable-5.4 2019-08-08 13:24:14 +02:00
util Merge branch 'stable-5.4' 2019-08-20 00:16:11 +02:00