Remove exceptions from lambda security configuration
Fixes: gh-7128
This commit is contained in:
committed by
Rob Winch
parent
b55322b2cb
commit
0b4502b2c5
@@ -51,7 +51,7 @@ public class BasicAuthenticationEntryPoint implements AuthenticationEntryPoint,
|
||||
// ~ Methods
|
||||
// ========================================================================================================
|
||||
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
public void afterPropertiesSet() {
|
||||
Assert.hasText(realmName, "realmName must be specified");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user