- 15 Feb, 2018 11 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12065
-
Andy Wilkinson authored
* gh-12073: Polish "Add Kotlin support reference documentation" Add Kotlin support reference documentation
-
Andy Wilkinson authored
Closes gh-12073
-
sdeleuze authored
See gh-12073
-
Brian Clozel authored
The `server.display-name` configuration property is used to configure the application display name for Servlet-based applications. This commit moves that property to: `server.servlet.application-display-name` and keeps the same defaults. Closes gh-8624
-
Andy Wilkinson authored
* gh-12070: Polish "Document git command to clone the repo on Windows" Document git command to clone the repo on Windows
-
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 3 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
-