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 <[email protected]> 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(-)
