90ce6a
--- ./java/org/apache/coyote/http11/AbstractHttp11Processor.java.orig	2020-04-09 12:07:26.128832599 +0900
90ce6a
+++ ./java/org/apache/coyote/http11/AbstractHttp11Processor.java	2020-04-09 12:07:35.027847534 +0900
90ce6a
@@ -1318,6 +1318,7 @@
90ce6a
             }
90ce6a
             // Next 3 characters must be "://"
90ce6a
             if (uriBC.startsWith("://", pos)) {
90ce6a
+                pos += 3;
90ce6a
                 int uriBCStart = uriBC.getStart();
90ce6a
 
90ce6a
                 // '/' does not appear in the authority so use the first