Skip to content

Commit

Permalink
LPD-23987 Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jul 25, 2024
1 parent 125db3e commit 3320345
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ public void testEscapeRedirectWithDomains() throws Exception {
};
_redirectURLSettingsImpl.securityMode = "domain";

// Allow request Host header
// Allow request host header

Assert.assertEquals(
"https://" + _HOSTNAME_PORTAL_DOMAIN + ":8080",
_portalImpl.escapeRedirect(
"https://" + _HOSTNAME_PORTAL_DOMAIN + ":8080"));

// Allow Virtual Hosts
// Allow virtual host

Assert.assertEquals(
"https://" + _HOSTNAME_VIRTUAL_HOST + ":8080",
Expand Down

0 comments on commit 3320345

Please sign in to comment.