This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a change to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/shiro.git.


    from b9973cb  deleteMe cookie should use the defined "sameSite"
     add e384eba  Update AbstractContainerIT to allow for HTTPS connections
     new 676240b  Merge pull request #259 from apache/tls-for-its-16x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../shiro/testing/web/AbstractContainerIT.java     |  69 +++++++++++++++++++++
 .../support/src/main/resources/createKeyStore.sh   |  65 +++++++++++++++++++
 .../support/src/main/resources/test-keystore.jks   | Bin 0 -> 2272 bytes
 .../support/src/main/resources/test-keystore.pem   |  22 +++++++
 pom.xml                                            |   2 +
 ...onIT.java => WebAppContainerIntegrationIT.java} |   6 +-
 6 files changed, 161 insertions(+), 3 deletions(-)
 create mode 100755 
integration-tests/support/src/main/resources/createKeyStore.sh
 create mode 100644 
integration-tests/support/src/main/resources/test-keystore.jks
 create mode 100644 
integration-tests/support/src/main/resources/test-keystore.pem
 rename 
samples/web/src/test/java/org/apache/shiro/test/{ContainerIntegrationIT.java => 
WebAppContainerIntegrationIT.java} (91%)

Reply via email to