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:
Rob Winch 2015-10-21 16:06:49 -05:00
parent b9f8af3096
commit dd092431a0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class Sec2935Tests {
.andExpect(authenticated().withUsername("user"));
}
@Ignore
// SEC-2941
@Test
public void defaultRequest() throws Exception {
mvc = MockMvcBuilders.webAppContextSetup(context)