This is an automated email from the ASF dual-hosted git repository.
bdemers pushed a change to branch tls-for-its-16x
in repository https://gitbox.apache.org/repos/asf/shiro.git.
discard a7bc294 Update AbstractContainerIT to allow for HTTPS connections
discard bea14a3 [SHIRO-789] Add SameSite option to
AbstractShiroWebConfiguration.buildCookie
omit ea680b4 Merge pull request #255 from
ricardolsmendes/add-name-shirofilter-conditional
omit 886569d Add name to ShiroFilter's @ConditionalOnMissingBean
omit d7d36a6 Merge pull request #253 from bmhm/1.6.x_junit4fix
add f0782f4 Add name to ShiroFilter's @ConditionalOnMissingBean
add 94e17fc Update AbstractContainerIT to allow for HTTPS connections
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a7bc294)
\
N -- N -- N refs/heads/tls-for-its-16x (94e17fc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../web/config/AbstractShiroWebConfiguration.java | 19 +-------
.../web/config/ShiroWebConfigurationTest.groovy | 21 ++++-----
.../ShiroWebConfigurationTestSameSiteStrict.java | 54 ----------------------
...roWebConfigurationTestSameSiteStrict.properties | 21 ---------
.../java/org/apache/shiro/web/servlet/Cookie.java | 21 +--------
.../org/apache/shiro/web/servlet/SimpleCookie.java | 27 -----------
6 files changed, 12 insertions(+), 151 deletions(-)
delete mode 100644
support/spring/src/test/java/org/apache/shiro/spring/web/config/ShiroWebConfigurationTestSameSiteStrict.java
delete mode 100644
support/spring/src/test/resources/org/apache/shiro/spring/web/config/ShiroWebConfigurationTestSameSiteStrict.properties