- 10 Jun, 2020 26 commits
-
-
Stephane Nicoll authored
Closes gh-21826
-
Stephane Nicoll authored
Closes gh-21825
-
Stephane Nicoll authored
Closes gh-21824
-
Stephane Nicoll authored
Closes gh-21823
-
Stephane Nicoll authored
Closes gh-21822
-
Stephane Nicoll authored
Closes gh-21821
-
Stephane Nicoll authored
Closes gh-21820
-
Stephane Nicoll authored
Closes gh-21819
-
Stephane Nicoll authored
Closes gh-21818
-
Stephane Nicoll authored
Closes gh-21817
-
Stephane Nicoll authored
Closes gh-21816
-
Stephane Nicoll authored
Closes gh-21815
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Previously, AutoConfigureMockMvc used Spring Security's default filter ordering, ignoring the value configured by SecurityProperties that is used at runtime. This resulted in different ordering at runtime and in tests. This commit updates the configuration for AutoConfigureMockMvc to import the Spring Security filter auto-configuration, thereby ensuring that the ordering configured via SecurityProperties is applied. Fixes gh-21801
-
Stephane Nicoll authored
Closes gh-21814
-
Stephane Nicoll authored
Closes gh-21813
-
Stephane Nicoll authored
Closes gh-21812
-
Stephane Nicoll authored
Closes gh-21811
-
Stephane Nicoll authored
Closes gh-21810
-
Stephane Nicoll authored
Closes gh-21809
-
Stephane Nicoll authored
Closes gh-21808
-
Stephane Nicoll authored
Closes gh-21807
-
Stephane Nicoll authored
Closes gh-21806
-
Stephane Nicoll authored
Closes gh-21805
-
Stephane Nicoll authored
Closes gh-21804
-
Stephane Nicoll authored
Closes gh-21803
-
- 09 Jun, 2020 14 commits
-
-
Madhura Bhave authored
Closes gh-21317
-
Stephane Nicoll authored
See gh-21775
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21774
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21783
-
Stephane Nicoll authored
See gh-21781
-
Stephane Nicoll authored
See gh-21778
-
Stephane Nicoll authored
Closes gh-21738
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-21780
-
Stephane Nicoll authored
See gh-21777
-
Stephane Nicoll authored
Closes gh-21729
-
Andy Wilkinson authored
Previously, when lazy initialization was enabled, STOMP-based WebSocket messaging would not work as the stompWebSocketHandlerMapping bean was not initialized and CONNECT requests would go unanswered. This commit adds a LazyInitializationExcludeFilter that causes the stompWebSocketHandlerMapping bean to always be initialized eagerly. This triggers initialization of the WebSocket transport allowing requests to be received and processed. Fixes gh-19611
-