mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
SEC-719: Change default value of useAuthTypeAsCredentials to true to prevent tests breaking
This commit is contained in:
parent
5de0f3b8f0
commit
b78bd3ed4f
@ -95,7 +95,7 @@ public class PortletProcessingInterceptor implements HandlerInterceptor, Initial
|
|||||||
|
|
||||||
private AuthenticationDetailsSource authenticationDetailsSource;
|
private AuthenticationDetailsSource authenticationDetailsSource;
|
||||||
|
|
||||||
private boolean useAuthTypeAsCredentials = false;
|
private boolean useAuthTypeAsCredentials = true;
|
||||||
|
|
||||||
public PortletProcessingInterceptor() {
|
public PortletProcessingInterceptor() {
|
||||||
authenticationDetailsSource = new AuthenticationDetailsSourceImpl();
|
authenticationDetailsSource = new AuthenticationDetailsSourceImpl();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user