Fix security config

The management endpoints were still all mixed up
with the user endpoints. Fixed that and extracted
user endpoints in to conditional block so not
protected if path explicitly set to empty string.

[#53029715]
This commit is contained in:
Dave Syer
2013-08-22 11:43:17 +01:00
committed by Phillip Webb
parent 6498f0e8b8
commit 43fc107437
16 changed files with 23 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ public class SampleWebStaticApplicationTests {
.run(SampleWebStaticApplication.class);
}
});
context = future.get(30, TimeUnit.SECONDS);
context = future.get(60, TimeUnit.SECONDS);
}
@AfterClass