Skip to content

Commit eaa03b3

Browse files
Default null value
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 72867ed commit eaa03b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/Saml2AuthenticationTokenConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class Saml2AuthenticationTokenConverter implements AuthenticationCo
4343

4444
private Saml2AuthenticationRequestRepository<AbstractSaml2AuthenticationRequest> authenticationRequestRepository;
4545

46-
private Boolean shouldInflate = true;
46+
private Boolean shouldInflate;
4747

4848
/**
4949
* Constructs a {@link Saml2AuthenticationTokenConverter} given a strategy for

0 commit comments

Comments
 (0)