- 15 Feb, 2018 4 commits
-
-
Andy Wilkinson authored
See gh-12070
-
imgx64 authored
Closes gh-12070
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit 4179ed5a. See gh-11870
-
- 14 Feb, 2018 26 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, we removed the Connectors from Tomcat's Service before the Context was started. The removal of the Connectors is required as it prevents Tomcat from accepting requests before we're ready to handle them. Part of starting the Context is creating and initializing the ServletContext. ServerProperties uses a ServletContextInitializer to set the session tracking modes and Tomcat rejects the SSL tracking mode if there is no SSL-enabled connector available. With the previous arrangement this led to a failure as the Connectors had been removed so the SSL-enabled connector could not be found. This commit updates the embedded Tomcat container to defer the removal of the Connectors until after the context has been started but still at a point that is before the Connectors themselves would have been started. Closes gh-12058
-
Andy Wilkinson authored
Closes gh-12060
-
Brian Clozel authored
Closes gh-11203
-
Andy Wilkinson authored
Closes gh-12057
-
Andy Wilkinson authored
Closes gh-12056
-
Andy Wilkinson authored
Closes gh-12055
-
Andy Wilkinson authored
Closes gh-12054
-
Andy Wilkinson authored
Closes gh-12053
-
Andy Wilkinson authored
Closes gh-12052
-
Andy Wilkinson authored
Closes gh-12051
-
Andy Wilkinson authored
Closes gh-12050
-
Andy Wilkinson authored
Closes gh-12049
-
Andy Wilkinson authored
Closes gh-12048
-
Andy Wilkinson authored
Closes gh-12047
-
Andy Wilkinson authored
Closes gh-12046
-
Andy Wilkinson authored
Closes gh-12045
-
Andy Wilkinson authored
Closes gh-12044
-
Andy Wilkinson authored
Closes gh-12043
-
Andy Wilkinson authored
Closes gh-12042
-
Andy Wilkinson authored
Closes gh-12041
-
Andy Wilkinson authored
Closes gh-12040
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12038
-
Andy Wilkinson authored
Closes gh-12037
-
Andy Wilkinson authored
Closes gh-12036
-
- 13 Feb, 2018 10 commits
-
-
Phillip Webb authored
Update `NettyReactiveWebServerFactory` and `NettyWebServer` to allow the lifecycle (start/stop) timeout to be configured. Fixes gh-10977
-
Phillip Webb authored
* pr/12029: Polish BannerTests
-
dreis2211 authored
Closes gh-12029
-
Phillip Webb authored
* pr/12032: Polish static final usage for constants
-
igor-suhorukov authored
Closes gh-12032
-
Phillip Webb authored
* pr/12030: Fix upstream micrometer renames
-
Jon Schneider authored
Fix for the rename of `HistogramConfig` to `DistributionStatisticConfig` Closes gh-12030
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit 682612ef.
-