Merge remote-tracking branch 'origin/jetty-9.4.x'

This commit is contained in:
Joakim Erdfelt 2017-05-31 06:18:40 -07:00
commit 79b822339c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public final class WSURI
if ("ws".equalsIgnoreCase(httpScheme) || "wss".equalsIgnoreCase(httpScheme))
{
// keep as-is
return new URI(inputUri.toString());
return inputUri;
}
if ("http".equalsIgnoreCase(httpScheme))