- 13 Jun, 2018 3 commits
-
-
Stephane Nicoll authored
Closes gh-13353
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13352
-
- 12 Jun, 2018 1 commit
-
-
Brian Clozel authored
This commit replaces the use of a GET method by a DELETE method for testing that the HiddenHttpMethodFilter is ordered before the security filter. With SPR-16836 changes, only PUT DELETE and PATCH are now allowed.
-
- 08 Jun, 2018 5 commits
-
-
Andy Wilkinson authored
Closes gh-12712
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13420
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13412
-
- 07 Jun, 2018 6 commits
-
-
Madhura Bhave authored
Fixes gh-12872
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-12987
-
Brian Clozel authored
Closes gh-13401
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13368
-
- 06 Jun, 2018 25 commits
-
-
Phillip Webb authored
* pr/13344: Polish "Fix caching issues with map property sources" Fix caching issues with map property sources
-
Phillip Webb authored
Refine the property source cache key fix so that a copy of the key is only taken when the values change. This allows us to retain the previous performance optimization of not creating unnecessary string arrays. Closes gh-13344
-
Fahim Farook authored
Update `SpringIterableConfigurationPropertySource` so that the cache key from a `MapPropertySource` is invalidated when the map contents changes. Prior to this commit, the actual keys of the map were used as the key. This meant that if the underlying map changed, they key wouldn't be invalidated because it ultimately pointed to the same object instance. See gh-13344
-
Madhura Bhave authored
Fixes gh-13399
-
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
-
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
Closes gh-10933
-
Stephane Nicoll authored
Closes gh-13368
-
Stephane Nicoll authored
* pr/13378: Polish "Replace commons-codec Base64 usage" Replace commons-codec Base64 usage
-