Skip to content

Commit

Permalink
Fixed test expecting absolute redirect URIs.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Nov 28, 2024
1 parent cbd7354 commit d4e38d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void testSiwe() throws Exception
"jetty.http.port=" + port,
"jetty.ssl.port=" + port,
"jetty.server.dumpAfterStart=true",
"jetty.httpConfig.relativeRedirectAllowed=false"
};

// System.setProperty("distribution.debug.port", "5005");
Expand Down

0 comments on commit d4e38d7

Please sign in to comment.