SEC-2177: Polish
This commit is contained in:
parent
7cf37856c0
commit
c0590e614a
|
@ -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…
Reference in New Issue