This is an automated email from the ASF dual-hosted git repository.
bdemers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git.
from c632a62 Merge pull request #257 from FredTreg/patch-1
add b68739b Update AbstractContainerIT to allow for HTTPS connections
new 1ad362a Merge pull request #260 from apache/tls-for-its
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%)