You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2020/10/17 15:01:13 UTC

[shiro] branch 1.6.x updated (b9973cb -> 676240b)

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%)


[shiro] 01/01: Merge pull request #259 from apache/tls-for-its-16x

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 676240b7eebd11c7592c069f6426c65a7cb8138d
Merge: b9973cb e384eba
Author: Brian Demers <bd...@apache.org>
AuthorDate: Sat Oct 17 11:01:06 2020 -0400

    Merge pull request #259 from apache/tls-for-its-16x
    
    Update AbstractContainerIT to allow for HTTPS connections      Using a pre-generated keystore (1.6.x)

 .../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(-)