[spring-extensions] branch master updated: JSE-30 Remove rotten code.
Rod Widdowson
rdw at steadingsoftware.com
Wed Mar 18 07:21:56 EDT 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=321f578ca13b5d9032418793298865a706703bf3
The following commit(s) were added to refs/heads/master by this push:
new 321f578 JSE-30 Remove rotten code.
321f578 is described below
commit 321f578ca13b5d9032418793298865a706703bf3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Mar 18 11:14:18 2020 +0000
JSE-30 Remove rotten code.
https://issues.shibboleth.net/jira/browse/JSE-30
It was added to debug an issue which was most probably
nothing to do with this case.
It is now breaking windows on Java11. Remove it and watch
---
src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
index 9cef32a..b0ee904 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
@@ -204,8 +204,7 @@ public class HTTPResourceTest {
File theDir = null;
GenericApplicationContext context = null;
try {
- final Set<PosixFilePermission> prot = Set.of(PosixFilePermission.values());
- final Path p = Files.createTempDirectory("HTTPResourceTest", PosixFilePermissions.asFileAttribute(prot));
+ final Path p = Files.createTempDirectory("HTTPResourceTest");
theDir = p.toFile();
context = getContext("classpath:net/shibboleth/ext/spring/resource/MemBackedHTTPBean.xml", null);
final Collection<TestHTTPResource> beans = context.getBeansOfType(TestHTTPResource.class).values();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list