Browse Source

Upgrade to Tomcat 8.5.5

As part of the upgrade, Tomcat now requires a keystore to contain
an X.509 certificate. The two stores used in our tests have been
updated by exporting their private keys and adding them as
certificates. For example:

$ keytool -exportcert -keystore test.jks -alias tomcat > exported
$ keytool -importcert -keystore test.jks -file exported

Closes gh-6703
Closes gh-6657
pull/6891/head
Andy Wilkinson 10 years ago
parent
commit
a68cf77386
  1. 2
      spring-boot-dependencies/pom.xml
  2. BIN
      spring-boot/src/test/resources/test.jks
  3. BIN
      spring-boot/src/test/resources/test.p12

2
spring-boot-dependencies/pom.xml

@ -175,7 +175,7 @@ @@ -175,7 +175,7 @@
<thymeleaf-layout-dialect.version>1.4.0</thymeleaf-layout-dialect.version>
<thymeleaf-extras-data-attribute.version>1.3</thymeleaf-extras-data-attribute.version>
<thymeleaf-extras-java8time.version>2.1.0.RELEASE</thymeleaf-extras-java8time.version>
<tomcat.version>8.5.4</tomcat.version>
<tomcat.version>8.5.5</tomcat.version>
<undertow.version>1.3.23.Final</undertow.version>
<velocity.version>1.7</velocity.version>
<velocity-tools.version>2.0</velocity-tools.version>

BIN
spring-boot/src/test/resources/test.jks

Binary file not shown.

BIN
spring-boot/src/test/resources/test.p12

Binary file not shown.
Loading…
Cancel
Save