diff --git a/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java b/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java index 5df85955ecd..4b7d9cfd91d 100644 --- a/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java +++ b/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java @@ -33,15 +33,13 @@ import org.eclipse.jetty.util.UrlEncoded; /* ------------------------------------------------------------ */ /** Http URI. * Parse a HTTP URI from a string or byte array. Given a URI - * http://user:password@host:port/path;ignored/%69nfo;param?query#fragment + * http://user@host:port/path/info;param?query#fragment * this class will split it into the following undecoded optional elements: