bmhm commented on a change in pull request #251:
URL: https://github.com/apache/shiro/pull/251#discussion_r474117013
##########
File path:
support/spring/src/main/java/org/apache/shiro/spring/web/config/AbstractShiroWebConfiguration.java
##########
@@ -116,16 +120,18 @@ protected Cookie rememberMeCookieTemplate() {
rememberMeCookieMaxAge,
rememberMeCookiePath,
rememberMeCookieDomain,
- rememberMeCookieSecure);
+ rememberMeCookieSecure,
+ rememberMeSameSite);
}
- protected Cookie buildCookie(String name, int maxAge, String path, String
domain, boolean secure) {
+ protected Cookie buildCookie(String name, int maxAge, String path, String
domain, boolean secure, Cookie.SameSiteOptions sameSizeOption) {
Review comment:
I'll add it. I forgot we turned off the API checker for the master
branch. Good catch!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]