Merge remote-tracking branch 'origin/jetty-9.4.x'
This commit is contained in:
commit
79b822339c
|
@ -120,7 +120,7 @@ public final class WSURI
|
||||||
if ("ws".equalsIgnoreCase(httpScheme) || "wss".equalsIgnoreCase(httpScheme))
|
if ("ws".equalsIgnoreCase(httpScheme) || "wss".equalsIgnoreCase(httpScheme))
|
||||||
{
|
{
|
||||||
// keep as-is
|
// keep as-is
|
||||||
return new URI(inputUri.toString());
|
return inputUri;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("http".equalsIgnoreCase(httpScheme))
|
if ("http".equalsIgnoreCase(httpScheme))
|
||||||
|
|
Loading…
Reference in New Issue