mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
SEC-2941: Default RequestPostProcessor overrides
Previously a default RequestPostProcessor overrode additional RequestPostProcessor instances added to the request. This was due to SPR-12945. Now that SPR-12945 is fixed, this commit adds a test to ensure this stays fixed.
This commit is contained in:
parent
7074daac0e
commit
269127c2c6
@ -103,7 +103,7 @@ public class Sec2935Tests {
|
|||||||
.andExpect(authenticated().withUsername("user"));
|
.andExpect(authenticated().withUsername("user"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
// SEC-2941
|
||||||
@Test
|
@Test
|
||||||
public void defaultRequest() throws Exception {
|
public void defaultRequest() throws Exception {
|
||||||
mvc = MockMvcBuilders.webAppContextSetup(context)
|
mvc = MockMvcBuilders.webAppContextSetup(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user