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:
@@ -37,7 +37,7 @@ public abstract class AbstractDataSourceConfiguration implements BeanClassLoader
|
||||
|
||||
private String password = "";
|
||||
|
||||
private int maxActive = 8;
|
||||
private int maxActive = 100;
|
||||
|
||||
private int maxIdle = 8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user