- 27 Feb, 2018 7 commits
-
-
Andy Wilkinson authored
Closes gh-12250
-
Andy Wilkinson authored
* gh-12120: Polish "Set host when creating Jetty SSL connector" Set host when creating Jetty SSL connector
-
Andy Wilkinson authored
Closes gh-12120
-
mtrejo authored
See gh-12120
-
Stephane Nicoll authored
Closes gh-12132
-
Phillip Webb authored
-
Phillip Webb authored
-
- 26 Feb, 2018 2 commits
-
-
Madhura Bhave authored
See gh-12213
-
Stephane Nicoll authored
This commit updates all `toLowerCase()` and `toUpperCase` invocations to use the variant that takes a `Locale` to avoid locale-specific side effect. Closes gh-12213
-
- 23 Feb, 2018 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12195
-
Andy Wilkinson authored
Closes gh-12171
-
- 20 Feb, 2018 5 commits
-
-
Andy Wilkinson authored
Closes gh-12141
-
Andy Wilkinson authored
Closes gh-12140
-
Andy Wilkinson authored
Closes gh-12139
-
Andy Wilkinson authored
Closes gh-12138
-
Stephane Nicoll authored
This commit makes sure that `@ConfigurationProperties` binding resolves resources properly. In particular, any `ProtocolResolver` registered on the `ApplicationContext` is now honoured. Closes gh-11569
-
- 19 Feb, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-12107
-
- 17 Feb, 2018 1 commit
-
-
Madhura Bhave authored
-
- 16 Feb, 2018 1 commit
-
-
Madhura Bhave authored
See gh-11758
-
- 15 Feb, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-12065
-
- 14 Feb, 2018 4 commits
-
-
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-12038
-
Andy Wilkinson authored
Closes gh-12037
-
Andy Wilkinson authored
Closes gh-12036
-
- 13 Feb, 2018 1 commit
-
-
Andy Wilkinson authored
Closes gh-11951
-
- 12 Feb, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-11992
-
- 10 Feb, 2018 11 commits
-
-
Stephane Nicoll authored
* pr/11981: Update MySQL validation query to use lightweight ping Polish Reinject mocks when context is dirtied before each method Polish “Prevent reverse name lookup when configuring Jetty's address” Prevent reverse name lookup when configuring Jetty's address Fixup version numbers following release Next Development Version Protect against symlink attacks All CLI support for Windows MINGW environments Polish
-
Marcus Eisele authored
Closes gh-11981
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11903
-
Andy Wilkinson authored
Closes gh-11889
-
Henrich Kraemer authored
Previously, the host on Jetty's connector was configured using the host address of the InetSocketAddress. This could result in reverse name resolution that could cause Jetty to bind to a different IP address than was configured. This commit updates the configuration code to use the host string when specifically does not perform reverse name resolution. See gh-11889
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
Update embedded launch script to no longer change ownership of files or folders that already exist. Fixes gh-11397
-
Jacques Stadler authored
Closes gh-11848
-
Phillip Webb authored
-
- 08 Feb, 2018 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-8513
-