Skip to content

Commit

Permalink
Test context relative URL with multiple schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherias committed Oct 16, 2019
1 parent 1081066 commit 264daec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void contextRelativeUrlWithMultipleSchemesInHostnameIsHandledCorrectly()
MockHttpServletResponse response = new MockHttpServletResponse();

rds.sendRedirect(request, response,
"https://context.blah.com/context/remainder");
"https://https://context.blah.com/context/remainder");

assertThat(response.getRedirectedUrl()).isEqualTo("remainder");
}
Expand Down

0 comments on commit 264daec

Please sign in to comment.