- 06 Jun, 2018 36 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-13399
-
Brian Clozel authored
This commit regroups the documentation on how to configure a web server in Spring Boot. The same concepts apply, whether the server is Tomcat/Netty/Jetty/Undertow, or if it's deployed for a Servlet or Reactive web application. Closes gh-13315
-
Brian Clozel authored
-
Brian Clozel authored
Prior to this commit, the `DefaultErrorWebExceptionHandler` would parse the HTTP "Accept" headers when routing the request to the error handler; if an error occured during parsing, an `InvalidMediaTypeException` would be thrown and break the error handling for this request. This commit ignores those exceptions and makes sure that the error handling function does not override the response status or the error itself with those exceptions. Closes: gh-13372
-
Stephane Nicoll authored
Closes gh-1327
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13397
-
Andy Wilkinson authored
Closes gh-13396
-
Andy Wilkinson authored
Closes gh-13395
-
Andy Wilkinson authored
Closes gh-13394
-
Andy Wilkinson authored
Closes gh-13393
-
Andy Wilkinson authored
Closes gh-13392
-
Andy Wilkinson authored
Closes gh-13391
-
Andy Wilkinson authored
Closes gh-13390
-
Andy Wilkinson authored
Closes gh-13389
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13387
-
Andy Wilkinson authored
Closes gh-13386
-
Andy Wilkinson authored
Closes gh-13385
-
Andy Wilkinson authored
Closes gh-13384
-
Andy Wilkinson authored
Closes gh-13383
-
Andy Wilkinson authored
Closes gh-13382
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10933
-
Stephane Nicoll authored
Closes gh-13368
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13378: Polish "Replace commons-codec Base64 usage" Replace commons-codec Base64 usage
-
Stephane Nicoll authored
Closes gh-13378
-
dreis2211 authored
See gh-13378
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update `TomcatResources` so that `META-INF/resources` folders in `src/main/resources` no longer fail with a "URI is not hierarchical" exception. Closes gh-13265
-
- 05 Jun, 2018 4 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-13083
-
Brian Clozel authored
As of https://jira.spring.io/browse/SPR-16381, Spring Framework now supports both gzip and Brotli as compression formats for static resources resolved by the resource chain. The `GzipResourceResolver` has been deprecated and replaced by the `EncodedResourceResolver`. This commit uses this new resolver and adapts the configuration key to reflect those changes. Note that this resolver is now configured ahead of the `VersionResourceResolver`. Closes gh-13242
-
Stephane Nicoll authored
* pr/13364: Use Duration in HttpWebServiceMessageSenderBuilder
-