|
@@ -228,11 +228,6 @@ public class SecurityMockMvcRequestPostProcessorsCsrfTests {
|
|
protected void configure(HttpSecurity http) throws Exception {
|
|
protected void configure(HttpSecurity http) throws Exception {
|
|
}
|
|
}
|
|
|
|
|
|
- @Bean
|
|
|
|
- public TheController controller() {
|
|
|
|
- return new TheController();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@RestController
|
|
@RestController
|
|
static class TheController {
|
|
static class TheController {
|
|
@RequestMapping("/")
|
|
@RequestMapping("/")
|