Skip to content

Commit a4322d7

Browse files
committed
Merge pull request #5 from tburch/setUseSecureCookie-typo
fix typo in AbstractRememberMeServices.setUseSecureCookie method documentation
2 parents f78c116 + e7f4796 commit a4322d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/rememberme/AbstractRememberMeServices.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ protected int getTokenValiditySeconds() {
441441

442442
/**
443443
* Whether the cookie should be flagged as secure or not. Secure cookies can only be sent over an HTTPS connection
444-
* and this cannot be accidentally submitted over HTTP where they could be intercepted.
444+
* and thus cannot be accidentally submitted over HTTP where they could be intercepted.
445445
* <p>
446446
* By default the cookie will be secure if the request is secure. If you only want to use remember-me over
447447
* HTTPS (recommended) you should set this property to {@code true}.

0 commit comments

Comments
 (0)