mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 02:02:15 +00:00
SEC-2177: Polish
This commit is contained in:
parent
9057fbe0ed
commit
d7a2c0a98c
@ -25,6 +25,7 @@ public class DefaultRedirectStrategyTests {
|
|||||||
assertEquals("remainder", response.getRedirectedUrl());
|
assertEquals("remainder", response.getRedirectedUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SEC-2177
|
||||||
@Test
|
@Test
|
||||||
public void contextRelativeUrlWithMultipleSchemesInHostnameIsHandledCorrectly() throws Exception {
|
public void contextRelativeUrlWithMultipleSchemesInHostnameIsHandledCorrectly() throws Exception {
|
||||||
DefaultRedirectStrategy rds = new DefaultRedirectStrategy();
|
DefaultRedirectStrategy rds = new DefaultRedirectStrategy();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user