Polish Documentation

Closes gh-14635
This commit is contained in:
Josh Cummings
2025-06-09 16:48:43 -06:00
parent 3ddf201d66
commit aa3135169d
6 changed files with 63 additions and 3 deletions

View File

@@ -287,6 +287,7 @@ public class Saml2LogoutBeanDefinitionParserTests {
.andExpect(status().isBadRequest());
}
// gh-14635
@Test
public void saml2LogoutRequestWhenInvalidSamlRequestThen302Redirect() throws Exception {
this.spring.configLocations(this.xml("Default")).autowire();